Skip to content

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

License

Notifications You must be signed in to change notification settings

lomboboo/pingue-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages