1.2.2 • Published 4 years ago
knitty v1.2.2
Knitty 🧶
knitty is a node CLI tool to easily set up new projects.
Usage
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.