Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 430 Bytes

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 create

Knitty can help you do the following:

  • Create basic project files.
  • Set up a git repository and add a remote.
  • Install and configure tools you want to use:
    • TypeScript
    • Testing via Jest
  • Create a package.json tailored to your setup.