ts-site-generator
v0.0.1
Published
![npm](https://img.shields.io/npm/v/ts-site-generator.svg) ![license](https://img.shields.io/npm/l/ts-site-generator.svg) ![github-issues](https://img.shields.io/github/issues/wspecs/ts-site-generator.svg)
Downloads
5
Readme
ts-site-generator
Features
- Parse text with chords
Usage
Config
// .generator-config.json
{
"author": {
"name": "Wendly Saintil",
"email": "[email protected]",
"url": "https://twitter.com/wendlysaintil"
},
"repository": "wspecs"
}
Generate template
npm i -g ts-site-generator
# to generate template.
ts-site-generator new-package-name -c generator-config.json
Install
npm i --g ts-site-generator
Scripts
- npm run build :
rm -rf dist && tsc
- npm run test :
mocha ./dist/test/*.js
Dependencies
Package | Version | Dev --- |:---:|:---: commander | ^2.15.1 | ✖ great-logs | 0.0.4 | ✖ replace | ^1.0.0 | ✖ shelljs | ^0.8.2 | ✖ @types/node | ^10.0.2 | ✔ @types/chai | ^4.1.3 | ✔ @types/mocha | ^5.2.0 | ✔ chai | ^4.1.2 | ✔ mocha | ^5.1.1 | ✔
Contributing
Contributions welcome; Please submit all pull requests against the master branch. If your pull request contains TypeScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!
Author
Wendly Saintil [email protected] author.url
License
- MIT : http://opensource.org/licenses/MIT