Skip to content

Commit 0507ad9

Browse files
committed
Clase 87
1 parent b79c2ca commit 0507ad9

File tree

5 files changed

+291
-3
lines changed

5 files changed

+291
-3
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ Fecha | Teoría | Recursos | Contenido
124124
05/06/19 | [Clase 84](teoria/clase84.md) | Clase 84 | Bases de datos: No-relacionales II
125125
07/06/19 | [Clase 85](teoria/clase85.md) | [Clase 85](recursos/clase85.md) | Firebase III: Cloud Firestore
126126
10/06/19 | [Clase 86](teoria/clase86.md) | [Clase 86](recursos/clase86.md) | Scraping con Puppeteer
127+
12/06/19 | [Clase 87](teoria/clase87.md) | [Clase 87](recursos/clase87.md) | CLI con Nodejs
128+
127129

128130

129131
[Temario](https://coggle.it/diagram/W5ZfeGRd293lprIt/t/master-js-y-node-de-fictizia)
9.12 KB
Loading

Diff for: recursos/clase79.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
![shieldsIO](https://img.shields.io/github/issues/Fictizia/Master-en-programacion-fullstack-con-JavaScript-y-Node.js_ed2.svg)
2-
![shieldsIO](https://img.shields.io/github/forks/Fictizia/Master-en-programacion-fullstack-con-JavaScript-y-Node.js_ed2.svg)
3-
![shieldsIO](https://img.shields.io/github/stars/Fictizia/Master-en-programacion-fullstack-con-JavaScript-y-Node.js_ed2.svg)
1+
![shieldsIO](https://img.shields.io/github/issues/Fictizia/Master-en-programacion-fullstack-con-JavaScript-y-Node.js_ed3.svg)
2+
![shieldsIO](https://img.shields.io/github/forks/Fictizia/Master-en-programacion-fullstack-con-JavaScript-y-Node.js_ed3.svg)
3+
![shieldsIO](https://img.shields.io/github/stars/Fictizia/Master-en-programacion-fullstack-con-JavaScript-y-Node.js_ed3.svg)
44

55
![WideImg](http://fictizia.com/img/github/Fictizia-plan-estudios-github.jpg)
66

Diff for: recursos/clase87.md

+123
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
![shieldsIO](https://img.shields.io/github/issues/Fictizia/Master-en-Programacion-FullStack-con-JavaScript-y-Node.js_ed3.svg)
2+
![shieldsIO](https://img.shields.io/github/forks/Fictizia/Master-en-Programacion-FullStack-con-JavaScript-y-Node.js_ed3.svg)
3+
![shieldsIO](https://img.shields.io/github/stars/Fictizia/Master-en-Programacion-FullStack-con-JavaScript-y-Node.js_ed3.svg)
4+
5+
![WideImg](http://fictizia.com/img/github/Fictizia-plan-estudios-github.jpg)
6+
7+
# Máster en Programación FullStack con JavaScript y Node.js
8+
### JS, Node.js, Frontend, Backend, Firebase, Express, Patrones, HTML5_APIs, Asincronía, Websockets, Testing
9+
10+
## Clase 87
11+
12+
### Command-line apps
13+
- [np](https://github.com/sindresorhus/np) - Better `npm publish`.
14+
- [npm-name](https://github.com/sindresorhus/npm-name) - Check whether a package name is available on npm.
15+
- [gh-home](https://github.com/sindresorhus/gh-home) - Open the GitHub page of the repo in the current directory.
16+
- [npm-home](https://github.com/sindresorhus/npm-home) - Open the npm page of a package.
17+
- [trash](https://github.com/sindresorhus/trash) - Safer alternative to `rm`.
18+
- [speed-test](https://github.com/sindresorhus/speed-test) - Test your internet connection speed and ping.
19+
- [emoj](https://github.com/sindresorhus/emoj) - Find relevant emoji from text on the command-line.
20+
- [pageres](https://github.com/sindresorhus/pageres) - Capture website screenshots.
21+
- [cpy](https://github.com/sindresorhus/cpy) - Copy files.
22+
- [vtop](https://github.com/MrRio/vtop) - More better top, with nice charts.
23+
- [empty-trash](https://github.com/sindresorhus/empty-trash) - Empty the trash.
24+
- [is-up](https://github.com/sindresorhus/is-up) - Check whether a website is up or down.
25+
- [is-online](https://github.com/sindresorhus/is-online) - Check if the internet connection is up.
26+
- [public-ip](https://github.com/sindresorhus/public-ip) - Get your public IP address.
27+
- [clipboard-cli](https://github.com/sindresorhus/clipboard-cli) - Copy & paste on the terminal.
28+
- [XO](https://github.com/xojs/xo) - Enforce strict code style using the JavaScript happiness style.
29+
- [Standard](https://github.com/feross/standard) - JavaScript Standard Style — One style to rule them all.
30+
- [ESLint](http://eslint.org) - The pluggable linting utility for JavaScript.
31+
- [dev-time](https://github.com/samverschueren/dev-time-cli) - Get the current local time of a GitHub user.
32+
- [David](https://github.com/alanshaw/david) - Tells you when your package npm dependencies are out of date.
33+
- [http-server](https://github.com/indexzero/http-server) - Simple, zero-config command-line HTTP server.
34+
- [Live Server](https://github.com/tapio/live-server) - Development HTTP-server with livereload capability.
35+
- [bcat](https://github.com/kessler/node-bcat) - Pipe command output to web browsers.
36+
- [normit](https://github.com/pawurb/normit) - Google Translate with speech synthesis in your terminal.
37+
- [fkill](https://github.com/sindresorhus/fkill-cli) - Fabulously kill processes. Cross-platform.
38+
- [pjs](https://github.com/danielstjules/pjs) - Pipeable JavaScript. Quickly filter, map, and reduce from the terminal.
39+
- [license-checker](https://github.com/davglass/license-checker) - Check licenses of your app's dependencies.
40+
- [browser-run](https://github.com/juliangruber/browser-run) - Easily run code in a browser environment.
41+
- [tmpin](https://github.com/sindresorhus/tmpin) - Adds stdin support to any CLI app that accepts file input.
42+
- [wifi-password](https://github.com/kevva/wifi-password-cli) - Get the current wifi password.
43+
- [wallpaper](https://github.com/sindresorhus/wallpaper) - Change the desktop wallpaper.
44+
- [brightness](https://github.com/kevva/brightness-cli) - Change the screen brightness.
45+
- [torrent](https://github.com/maxogden/torrent) - Download torrents.
46+
- [kill-tabs](https://github.com/sindresorhus/kill-tabs) - Kill all Chrome tabs to improve performance, decrease battery usage, and save memory.
47+
- [alex](https://github.com/wooorm/alex) - Catch insensitive, inconsiderate writing.
48+
- [pen](https://github.com/noraesae/pen) - Live Markdown preview in the browser from your favorite editor.
49+
- [subdownloader](https://github.com/beatfreaker/subdownloader) - Subtitle downloader for movies and TV series.
50+
- [dark-mode](https://github.com/sindresorhus/dark-mode) - Toggle the macOS Dark Mode.
51+
- [iponmap](https://github.com/nogizhopaboroda/iponmap) - IP location finder.
52+
- [Jsome](https://github.com/Javascipt/Jsome) - Pretty prints JSON with configurable colors and indentation.
53+
- [itunes-remote](https://github.com/mischah/itunes-remote) - Interactively control iTunes.
54+
- [mobicon](https://github.com/samverschueren/mobicon-cli) - Mobile app icon generator.
55+
- [mobisplash](https://github.com/samverschueren/mobisplash-cli) - Mobile app splash screen generator.
56+
- [diff2html-cli](https://github.com/rtfpessoa/diff2html-cli) - Pretty git diff to HTML generator.
57+
- [Cash](https://github.com/dthree/cash) - Cross-platform Unix shell commands in pure JavaScript.
58+
- [trymodule](https://github.com/VictorBjelkholm/trymodule) - Try out npm packages in the terminal.
59+
- [jscpd](https://github.com/kucherenko/jscpd) - Copy/paste detector for source code.
60+
- [atmo](https://github.com/Raathigesh/Atmo) - Server-side API mocking.
61+
- [auto-install](https://github.com/siddharthkp/auto-install) - Auto installs dependencies as you code.
62+
- [lessmd](https://github.com/linuxenko/lessmd) - Markdown in the terminal.
63+
- [cost-of-modules](https://github.com/siddharthkp/cost-of-modules) - Find out which dependencies are slowing you down.
64+
- [localtunnel](https://github.com/localtunnel/localtunnel) - Expose your localhost to the world.
65+
- [svg-term-cli](https://github.com/marionebl/svg-term-cli) - Share terminal sessions via SVG.
66+
- [gtop](https://github.com/aksakalli/gtop) - System monitoring dashboard for the terminal.
67+
- [themer](https://github.com/mjswensen/themer) - Generate themes for your editor, terminal, wallpaper, Slack, and more.
68+
69+
70+
### Command-line utilities
71+
- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right.
72+
- [meow](https://github.com/sindresorhus/meow) - CLI app helper.
73+
- [yargs](https://github.com/yargs/yargs) - Command-line parser that automatically generates an elegant user-interface.
74+
- [ora](https://github.com/sindresorhus/ora) - Elegant terminal spinner.
75+
- [get-stdin](https://github.com/sindresorhus/get-stdin) - Easier stdin.
76+
- [log-update](https://github.com/sindresorhus/log-update) - Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.
77+
- [Ink](https://github.com/vadimdemedes/ink) - React for interactive command-line apps.
78+
- [listr](https://github.com/samverschueren/listr) - Terminal task list.
79+
- [conf](https://github.com/sindresorhus/conf) - Simple config handling for your app or module.
80+
- [ansi-escapes](https://github.com/sindresorhus/ansi-escapes) - ANSI escape codes for manipulating the terminal.
81+
- [log-symbols](https://github.com/sindresorhus/log-symbols) - Colored symbols for various log levels.
82+
- [figures](https://github.com/sindresorhus/figures) - Unicode symbols with Windows CMD fallbacks.
83+
- [boxen](https://github.com/sindresorhus/boxen) - Create boxes in the terminal.
84+
- [terminal-link](https://github.com/sindresorhus/terminal-link) - Create clickable links in the terminal.
85+
- [terminal-image](https://github.com/sindresorhus/terminal-image) - Display images in the terminal.
86+
- [string-width](https://github.com/sindresorhus/string-width) - Get the visual width of a string - the number of columns required to display it.
87+
- [cli-truncate](https://github.com/sindresorhus/cli-truncate) - Truncate a string to a specific width in the terminal.
88+
- [first-run](https://github.com/sindresorhus/first-run) - Check if it's the first time the process is run.
89+
- [vorpal](https://github.com/dthree/vorpal) - Interactive CLI apps.
90+
- [blessed](https://github.com/chjj/blessed) - Curses-like library.
91+
- [Inquirer.js](https://github.com/SBoudrias/Inquirer.js) - Interactive command-line prompt.
92+
- [yn](https://github.com/sindresorhus/yn) - Parse yes/no like values.
93+
- [cli-table3](https://github.com/cli-table/cli-table3) - Pretty unicode tables.
94+
- [drawille](https://github.com/madbence/node-drawille) - Draw on the terminal with unicode braille characters.
95+
- [update-notifier](https://github.com/yeoman/update-notifier) - Update notifications for your CLI app.
96+
- [ascii-charts](https://github.com/jstrace/chart) - ASCII bar chart in the terminal.
97+
- [progress](https://github.com/tj/node-progress) - Flexible ascii progress bar.
98+
- [insight](https://github.com/yeoman/insight) - Helps you understand how your tool is being used by anonymously reporting usage metrics to Google Analytics.
99+
- [cli-cursor](https://github.com/sindresorhus/cli-cursor) - Toggle the CLI cursor.
100+
- [columnify](https://github.com/timoxley/columnify) - Create text-based columns suitable for console output. Supports cell wrapping.
101+
- [cli-columns](https://github.com/shannonmoeller/cli-columns) - Columnated unicode and ansi-safe text lists.
102+
- [cfonts](https://github.com/dominikwilkowski/cfonts) - Sexy ASCII fonts for the console.
103+
- [multispinner](https://github.com/codekirei/node-multispinner) - Multiple, simultaneous, individually controllable CLI spinners.
104+
- [omelette](https://github.com/f/omelette) - Shell autocompletion helper.
105+
- [cross-env](https://github.com/kentcdodds/cross-env) - Set environment variables cross-platform.
106+
- [shelljs](https://github.com/shelljs/shelljs) - Portable Unix shell commands.
107+
- [sudo-block](https://github.com/sindresorhus/sudo-block) - Block users from running your app with root permissions.
108+
- [loud-rejection](https://github.com/sindresorhus/loud-rejection) - Make unhandled promise rejections fail loudly instead of the default silent fail.
109+
- [sparkly](https://github.com/sindresorhus/sparkly) - Generate sparklines ▁▂▃▅▂▇
110+
- [Bit](https://github.com/teambit/bit) - Create, maintain, find and use small modules and components across repositories.
111+
- [gradient-string](https://github.com/bokub/gradient-string) - Beautiful color gradients in terminal output.
112+
- [oclif](https://github.com/oclif/oclif) - CLI framework complete with parser, automatic documentation, testing, and plugins.
113+
- [term-size](https://github.com/sindresorhus/term-size) - Reliably get the terminal window size.
114+
115+
116+
117+
118+
### Vorpal
119+
- [Web Oficial](http://vorpal.js.org/)
120+
- [Wiki](https://github.com/dthree/vorpal/wiki)
121+
- [Examples](https://github.com/dthree/vorpal/tree/master/examples)
122+
- [Creating Node.js Command Line Utilities to Improve Your Workflow](https://developer.telerik.com/featured/creating-node-js-command-line-utilities-improve-workflow/)
123+
- [Awesome Vorpal](https://github.com/vorpaljs/awesome-vorpal)

0 commit comments

Comments
 (0)