/proto-init

Start a new prototype project with one command!

Primary LanguageJavaScript

proto-init
proto-init 🌚  

Quickly prototype an application with Parcel, Jest, and Typescript.

Usage

npx proto-init <project-name>
<project-name>
├── README.md
├── index.html
├── src
|  ├── index.tsx
|  └── __tests__
|     └── index.test.tsx
├── .gitignore
├── .prettierrc
├── jest.config.js
├── package.json
└── tsconfig.json