0.0.1 • Published 3 years ago

make-ink-app v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

:sparkles: Features

Tooling

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 - Run tsc and xo 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