1.1.3 • Published 8 years ago

typeproject v1.1.3

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

typeproject

TypeScript projects with ease, no-bullshit, just coding.

Install

npm i -g typeproject

Create a project

tp create my-project

Gulp tasks

All compiled assets goto <dir>/dist

compile
compile-watch
test
tdd (compile-watch + test)

update-project-deps (coming soon)

Start coding!!!

the important parts of the tree structure look like this:

./src
./src/Globals.ts
./src/index.ts
./src/test
./src/test/index.spec.ts
./src/test/test-setup.ts
./typings/... (reflect-metadata,sinon,chai,mocha included)
./tsconfig.json
./tslint.json
./package.json
./wallaby.js <-- we like it - up to you
./.typeproject <-- our config file for future updates