llearn
Version:
Bad-ass developers create awesome apps
36 lines (29 loc) • 2 kB
Markdown
# lamed_learn v 0.1.5
<b>Be ready for the end-game:</b> -> creating & scalling bad-ass developers on a global scale.
<b>Inspired by:</b>
- [Bad-ass: The Book Trailer](https://www.youtube.com/watch?v=tBioIUWEyzo) (1:52 minutes),
- [Making Bad-ass Developers](https://www.youtube.com/watch?v=FKTxC9pl-WM) (23:03 minutes) ,
- [Bad-ass: Making Users Awesome](https://www.youtube.com/watch?v=r4dNaflEgP4) (47:58 minutes) - by Kathy Sierra
<b>Important links</b>
- github repo: https://github.com/perezLamed/lamed_learn/
<b>MIT license.</b>
## Usage:
- To use templates:
- clone: https://github.com/perezLamed/lamed_learn/
- `npm i`
- `ll` // (or `node src/ll`)
- Samples of usage:
- `node ll -h` // show the help
- `node ll` // show all templates
- `node ll return` // show all templates with value 'return' in the template name
- `node ll express listen` // Show template with keywords 'express' and 'listen'
- `node ll express /listen` // Show template with keywords 'express' and remove 'listen' results from search
- Options:
- `node ll -V, --version` output the version number
- `node ll -a, --about` Show about 'New app development'
- `node ll -t, --template history` the templates that can be used for testing
- `node ll -z, --setup` Setup the environment
- `node ll -h, --help` output usage information
## History
- Version 0.1.4: Add '/' to filter out keywords from search & bug fixes.
- Version 0.1.5: Add '/?' comment lines to templates & make MScode user specific.