1.4.0 • Published 8 years ago

@northbrook/ts-create v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

Northbrook Typescript Create Plugin

Create managed projects that use typescript

Designed to work out-of-the-box with ts-init, ts-mocha, ts-tsc, and ts-tslint.

Installation

npm install --save-dev @northbrook/ts-create

add me to your northbrook.json

{
  "plugins": [
    "northbrook-ts-create"
  ]
}

API

northbrook ts-create relativePathToPackage

Scaffolds and sets up a new managed package. Generates a folder named at relativePathToPackage and generates the following files inside after prompting for a questions to better initialize the package.

  • package.json
  • README.md
  • src/index.ts
  • test/index.ts