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