knitty is a node CLI tool to easily set up new projects.
Run knitty's create command using npx to scaffold a new project:
npx knitty createKnitty can help you do the following:
- Create basic project files.
- Set up a
gitrepository and add a remote. - Install and configure tools you want to use:
- TypeScript
- Testing via Jest
- Create a
package.jsontailored to your setup.