2.1.0 • Published 6 years ago

proto-init v2.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago