1.0.1 • Published 6 years ago

generator-typelibrary v1.0.1

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

generator-typelibrary

NPM version Build Status Dependency Status

A yeoman generator for Typescript module.

Features

Installation

First, install Yeoman and generator-typelibrary using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-typelibrary

Then generate your new project:

yo typelibrary

Project Directory Structure

projectRoot
├── LICENSE
├── README.md
├── codecov.yml
├── index.js
├── package.json
├── src
│   └── index.ts
├── test
│   └── index.ts
├── tsconfig.json
└── tslint.json

License

MIT © AlloVince