Starter Node.js project that includes Typescript tooling I end up installing for most of my Node.js repos.
git clone https://github.com/xetera/typescript-starter project
cd project
yarn
cp .env.example .env
- Prettier
- Eslint
- Jest
- Fast Check
- TS Node
- Nodemon
- Docker
- Github Actions
- Dotenv
- Winston
I don't think Yarn is relevant in 2019 anymore. I personally believe that the JS community is divided enough in its tooling already and we don't need even more fragmentation. Stick with npm.
Yarn allows for using workspaces which is very useful and more flexible than lerna. It's too good to pass up.
Idk I think no semi looks nicer.
It's 2021