1.1.0 • Published 9 months ago

create-inks2d v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

create-inks2d

Scaffolding Your First inks2d Project

With NPM:

$ npm create inks2d@latest

With Yarn:

$ yarn create inks2d

With PNPM:

$ pnpm create inks2d

Then follow the prompts!

You can also directly specify the project name and the platform you want to use via additional command line options. For example, to scaffold a inks2d + Web project, run:

# npm 6.x
npm create inks2d@latest my-inks2d-game --platform web

# npm 7+, extra double-dash is needed:
npm create inks2d@latest my-inks2d-game -- --platform web

# yarn
yarn create inks2d my-inks2d-game --platform web

# pnpm
pnpm create inks2d my-inks2d-game --platform web

Currently supported platforms presets include:

  • web

You can use . for the project name to scaffold in the current directory.

1.1.0

9 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago