Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 720 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 720 Bytes

pingue-cli

Javascript interactive command-line app for webpack-typescript-boilerplate

Installing

npm install -g pingue-cli 

Usage

# help information :
pq --help

# create new project:
pq new <project_name>
# or with alias
pq n <project_name>

# after finish you can start boilerplate
cd <project_name> && npm start

# generate new page (eg. 'about', 'contact'):
pq generate:page <page_name>
# or with alias:
pq g:page <page_name>

More

More information about boilerplate (configuration, file structure etc.) you can find on the webpack-typescript-boilerplate