# lamed_learn
<b>Be ready for the next level:</b> -> creating & scalling bad-ass developers on a global scale. 

Part of [See it Done](https://github.com/perezLamed/see_it_done)

<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

[![npm](https://img.shields.io/npm/v/lamed_learn.svg)](https://www.npmjs.org/package/lamed_learn)
[![downloads](http://img.shields.io/npm/dt/lamed_learn.svg?style=flat)](https://www.npmjs.org/package/lamed_learn)
[![Build Status](https://travis-ci.org/perezLamed/lamed_learn.svg?branch=master)](https://travis-ci.org/perezLamed/lamed_learn)
[![codecov](https://codecov.io/gh/perezLamed/lamed_learn/branch/master/graph/badge.svg)](https://codecov.io/gh/perezLamed/lamed_learn)
[![CodeFactor](https://www.codefactor.io/repository/github/perezlamed/lamed_learn/badge)](https://www.codefactor.io/repository/github/perezlamed/lamed_learn)
[![Code size](https://img.shields.io/github/languages/code-size/perezLamed/lamed_learn.svg?style=flat)](https://github.com/perezLamed/lamed_learn)
[![license](https://img.shields.io/github/license/perezLamed/lamed_learn.svg?style=flat)](https://github.com/perezLamed/lamed_learn)

[![NPM](https://nodei.co/npm/lamed_learn.png?downloads=true&downloadRank=true)](https://nodei.co/npm/lamed_learn/)

[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
 
<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. 
