make-ink-app
v0.0.1
Published
- :octopus: [ink](https://github.com/vadimdemedes/ink)
Downloads
5
Readme
: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
- Runtsc
andxo
on 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