1.0.0 • Published 5 years ago
ts-initial-config v1.0.0
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.jsonreadme.mdchangelog.md.gitignoretsconfig.json.eslintrc.js.eslintignore.prettierDockerfilenodemon.jsonwebpack.config.jsheroku.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:
@types/node@typescript-eslint/eslint-plugin@typescript-eslint/parserdotenveslinteslint-config-airbnb-typescripteslint-config-prettiereslint-plugin-importeslint-plugin-prettiereslint-plugin-sort-keys-fixeslint-plugin-typescript-sort-keysnodemonprettierts-loaderts-nodetypescriptwebpackwebpack-cliwebpack-node-externals
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
5 years ago