generator-makestatic
v1.2.1
Published
Project generators for makestatic
Readme
Generator
Project generators for makestatic powered by yeoman.
Install
Install makestatic, yeoman and the generator package:
npm i -g yo makestatic generator-makestaticUsage
Generate a new project named webapp:
yo makestatic webapp && cd webappCompile and launch the application:
makestatic -wPlugins
Plugin authors can scaffold a plugin by using the plugin generator:
yo makestatic:plugin transform-linksWhich will generate a class file and some other basic scaffolding in the transform-links directory.
License
MIT
Created by mkdoc on February 24, 2017
