Learning through code templates
npm install lamed_learnnpm i
ll // (or node src/ll)
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
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