ts-site-generator
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

ts-site-generator

npm license github-issues

nodei.co

travis-status stars forks

forks

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.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 wendlysaintil@gmail.com author.url

License

Readme

Keywords

Package Sidebar

Install

npm i ts-site-generator

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

21 kB

Total Files

40

Last publish

Collaborators

  • wendly