proto-init
v2.1.0
Published
Fast prototyping projects
Downloads
1
Maintainers
Readme
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