0.0.1 • Published 4 years ago
make-ink-app v0.0.1
:sparkles: Features
Tooling
:m:
typescript:zap: esbuild - Bundler
Optional, but included since it's faster than running tsc. Rebuild time in development is practically instant with esbuild, while tsc takes about >1s which can become frustrating in the long run.
:policeman:
xo- Linter:nail_care:
prettier- Formatter:no_entry_sign: :poop:
lint-staged+ :dog:husky- Runtscandxoon each commit:straight_ruler:
ava- Tests
:wrench: Usage
npx make-ink-app <app-name>Usage with npx ensures that you are always using the latest version
make-ink-app will do the following:
- Create a new folder called
<app-name> - Copy all template files to that folder
- Install the dependencies
- Make an initial commit
0.0.1
4 years ago