generator-typelibrary

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i generator-typelibrary

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

10.4 kB

Total Files

16

Last publish

Collaborators

  • allovince