Simple skeleton for TypeScript Node programs.
- Start by running
./setup
to install the development dependencies. (reason for doing this is to make sure you get the latest stable versions). - After this is done you you can remove the
setup
file. - Make sure you edit
package.json
with a new name and meta information. - Open
.github/workflows/tests.yml
and changerun: ./setup
to:run: npm install
.
- typescript + types/tools
- jest (testing)
- eslint (linter) + typescript-eslint/airbnb