0.1.8 • Published 6 years ago

generator-node-typescript-webpack v0.1.8

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

TypeScript NodeJS Generator With Webpack & babel , output js file support browser

Build Status npm version coverage dependencies

it forked from generator-node-typescript

It is a scaffold not only can make a ts project to nodejs , but output a js file for browser use also.

Usage

Install yeoman globally Install generator-node-typescript-webpack globally.

$npm i -g yo
$npm i -g generator-node-typescript-webpack

Create a new directory and cd into it.

$mkdir my-new-project && cd $_

Run the generator.

$yo node-typescript-webpack

Build project

$npm run build

Run Test

$npm run test

Run Browser Demo

$npm run dev

more details in generator-node-typescript

License

MIT

0.1.8

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.0

6 years ago

0.0.14

6 years ago

0.0.12

6 years ago

0.0.10

6 years ago

0.0.8

6 years ago

0.0.6

6 years ago

0.0.2

6 years ago