rtorr / proto-init

Start a new prototype project with one command!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Start a new prototype project with one command!


Languages

Language:JavaScript 65.1%Language:TypeScript 23.4%Language:HTML 11.5%