0.1.0 • Published 9 years ago
tipi-template-tsapp v0.1.0
tipi-template-tsapp
This is a tipi-cli template.
Installation
npm install --global tipi-cliUsage
Creating a new project using the template from github
curl -L https://github.com/clebert/tipi-template-tsapp/archive/master.tar.gz | tar -xf- --strip 1 */templatetipi create "new-project" --template ./template --author "Clemens Akens" --email "clebert@me.com" --description "TODO" --user "clebert"rm -rf templateCreating a new project using the template from npm
This procedure is currently not recommended.
tipi create "new-project" --template "tsapp" --author "Clemens Akens" --email "clebert@me.com" --description "TODO" --user "clebert"Development
Installing the dev dependencies
npm installCommitting a new change
npm run czPublishing a new version
npm run releasegit push --follow-tags origin masternpm publishBuilt by (c) Clemens Akens. Released under the MIT license.
0.1.0
9 years ago