generator-node-typescript-webpack

0.1.8 • Public • Published

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

Package Sidebar

Install

npm i generator-node-typescript-webpack

Weekly Downloads

3

Version

0.1.8

License

MIT

Unpacked Size

28.3 kB

Total Files

37

Last publish

Collaborators

  • kkito