Easyest Type Script troject generator
This template is made with the goal of being able to create typescript projects directly from github. Existing project generators often require installation and configuration. This one is just a script that installs the necessary dependencies and self-deletes.
- BASH-environment
- git
- docker (optional)
- node > 8
- yarn
- commitizen
- Prepared
.gitignore
- Yarn environment
- Preconfigured
scripts
- Preinstalled Jest testing package
- Building in slmall-sized Docker-container
- Conventional Commit
- ESLint
- Prettier
- Linting and prettyfying on commit
- Fork this repo if required
- Create new repo and select this one as template
- Clone this repo
- Run
init.sh
in bash environment and follow instructions - That it
Easy as cake
- Fork it
- Create repo or branch backup (This is done in case you accidentally run the
init.sh
) - Edit it as you wand
- Pull request it