Simple skeleton for TypeScript Node programs.
- Start by running
./setupto 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
setupfile. - Make sure you edit
package.jsonwith a new name and meta information. - Open
.github/workflows/tests.ymland changerun: ./setupto:run: npm install.