Skip to content

bakkerjoeri/knitty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.