1.0.0 • Published 4 years ago

ts-initial-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

TypeScript project generator

This project has the goal to create a basic setup for a TypeScript project. It will create many files that are usually created manually. Currently the following files are being created:

  • package.json
  • readme.md
  • changelog.md
  • .gitignore
  • tsconfig.json
  • .eslintrc.js
  • .eslintignore
  • .prettier
  • Dockerfile
  • nodemon.json
  • webpack.config.js
  • heroku.yml (optional)

Additionally, a src folder will be created with an ìndex.ts file in it.

Finally, git will be initialized and a list of libraries will be installed. Check the notes.

Prerequisites

Installation

Usage

Notes

Here is the list of the packages that are been installed:

Finally, check the structure generated once you run the command on the source/templates folder.

Feel free to contribute to this project. Every contribution will be appreciated.

Author

  • Anthony Luzquiños - Initial Work - Documentation - AnthonyLzq.
1.0.0

4 years ago