1.1.3 • Published 9 years ago
typeproject v1.1.3
typeproject
TypeScript projects with ease, no-bullshit, just coding.
Install
npm i -g typeprojectCreate a project
tp create my-projectGulp 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 updates1.1.3
9 years ago
1.1.2
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.29
10 years ago
1.0.28
10 years ago
1.0.27
10 years ago
1.0.26
10 years ago
1.0.25
10 years ago
1.0.19
10 years ago
1.0.13
10 years ago
1.0.12
10 years ago
1.0.11
10 years ago
1.0.10
10 years ago
1.0.8
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago