tsinit
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i tsinit

Weekly Downloads

1

Version

0.0.11

License

MIT

Last publish

Collaborators

  • bcherny