0.0.11 • Published 7 years ago

tsinit v0.0.11

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

tsinit Build Status NPM MIT

Zero-config, opinionated generator for TypeScript + TsLint + Ava projects

Installation

npm install tsinit --global

Usage

> mkdir my-project
> cd my-project
> tsinit -s

----------
- tsinit -
----------

----------
Mode: simple
Name: my-project
----------

Wrote .gitignore
Wrote .npmignore
Wrote circle.yml
Wrote index.ts
Wrote LICENSE.md
Wrote package.json
Wrote README.md
Wrote test.ts
Wrote tsconfig.json
Wrote tslint.json

Generated project "my-project" in 43ms!

Tests

npm test

License

MIT

Todo

  • Fetch and generate LICENSE.md
  • Run git init
  • Add project to CircleCI via API
0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago