0.0.1 • Published 6 years ago

ts-site-generator v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

ts-site-generator

npm license github-issues

nodei.co

travis-status stars forks

forks

npm.io npm.io

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

PackageVersionDev
commander^2.15.1
great-logs0.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