generator-skeleton
v0.1.0
Published
Yeoman generator for Skeleton
Readme
Usage
Install it (only once):
npm install -g generator-skeletonCreate a new folder and cd into it:
mkdir skeleton-project && cd $_Run
yo skeletonRun
gruntto build andgrunt serverto preview
Options
--skip-installSkips the automatic execution of
bowerandnpmafter scaffolding has finished.--test-framework=[framework]Defaults to
mocha. Can be switched for another supported testing framework likejasmine.
