Skip to content

Littlest/generator-littlest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Littlest Generator

A Yeoman generator for common Littlest scaffolding.

Getting Started

  1. Ensure you have Yeoman installed: which yo
  • If not, it can be installed with: npm install -g yo
  1. Install the Littlest generator: npm install -g generator-littlest
  2. To create a new project, run yo littlest in an empty directory.

What are all these Opinions doing here?

To give a better indication of how its original authors are using Littlest, some of their common practices are built into this generator:

  • BEM
  • Express
  • LESS
  • Normalize.css

That said, they're all added at this level of abstraction, and none of them are required to use Littlest. Even the directory layout is completely subjective, as everything involved is just a Node module. Delete at will, and replace with your own preferences. We sincerely hope there's not so much of that code to make deleting it more painful than the documentation they provide by existing in the first place.