/make-ink-app

Create an ink app from the command line

Primary LanguageTypeScriptMIT LicenseMIT

make-ink-app

Create an ink app from the command line


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.


🔧 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