pw-tpl
v1.3.0
Published
Fast pw template setup
Readme
pw-tpl
A set of utilities for the static pug template.
Installation
# npm
$ npm i pw-tpl -g
#yarn
$ yarn global add pw-tplFeatures
Quick template setup
Loads the newest template image into the current working directory.
$ pw-tpl initModule template
Adding new module template into src/modules directory.
$ pw-tpl add:module [options] <name>Options
-js Includes js module file.
-jsx Includes JSX file instead of pug template and js-module.
-tests Includes js test file.
