tipi-template-tslib

0.13.0 • Public • Published

tipi-template-tslib

npm Commitizen friendly

This is a tipi-cli template.

Installation

npm install --global tipi-cli

Usage

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 template

Creating 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 install

Committing a new change

npm run cz

Publishing a new version

npm run release
git push --follow-tags origin master
npm publish

Built by (c) Clemens Akens. Released under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i tipi-template-tslib

Weekly Downloads

0

Version

0.13.0

License

MIT

Last publish

Collaborators

  • clebert