0.0.1 • Published 8 years ago
ts-site-generator v0.0.1
ts-site-generator

Features
- Parse text with chords
Usage
Config
// .generator-config.json
{
"author": {
"name": "Wendly Saintil",
"email": "wendlysaintil@gmail.com",
"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.jsonInstall
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 wendlysaintil@gmail.com author.url
License
0.0.1
8 years ago