pingue-cli

1.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i pingue-cli

Weekly Downloads

0

Version

1.1.2

License

MIT

Last publish

Collaborators

  • lomboboo