0.13.0 • Published 9 years ago
tipi-template-tslib v0.13.0
tipi-template-tslib
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-tslib/archive/master.tar.gz | tar -xf- --strip 1 "*/template"tipi 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 "tslib" --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.