2.1.0 • Published 4 years ago

proto-init v2.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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
2.1.0

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago