lamed_learn v 0.1.5
Be ready for the end-game: -> creating & scalling bad-ass developers on a global scale.
Inspired by:
- Bad-ass: The Book Trailer (1:52 minutes),
- Making Bad-ass Developers (23:03 minutes) ,
- Bad-ass: Making Users Awesome (47:58 minutes) - by Kathy Sierra
Important links
- github repo: https://github.com/perezLamed/lamed_learn/
MIT license.
Usage:
-
To use templates:
- clone: https://github.com/perezLamed/lamed_learn/
npm i
ll
// (ornode src/ll
)
-
Samples of usage:
node ll -h
// show the helpnode ll
// show all templatesnode ll return
// show all templates with value 'return' in the template namenode 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 numbernode ll -a, --about
Show about 'New app development'node ll -t, --template history
the templates that can be used for testingnode ll -z, --setup
Setup the environmentnode 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.