An open API service indexing awesome lists of open source software.

https://github.com/ftonato/ts-init

A tool to initialize TypeScript and Webpack in your project
https://github.com/ftonato/ts-init

typescript webpack

Last synced: 2 months ago
JSON representation

A tool to initialize TypeScript and Webpack in your project

Awesome Lists containing this project

README

          

# ts-init
A tool to initialize TypeScript and Webpack in your project

**Scripts**
* `npm start` - build your project

**Project structure**

* `src/` - your source files, must contain `index.ts` file.
* `dist/` - ES5 build using CommonJS (npm) modules.

## License
MIT