0.0.1 • Published 10 months ago

@ape-framework/starter v0.0.1

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

Ape Framework starter CLI

Command line tool to create new Ape Framework projects.

NPM package: @ape-framework/starter

GitHub repository: ApeCommerce/ape-starter

Usage

npx @ape-framework/starter <path> [--ts | --js] [-f | --force]

Options:

--ts         TypeScript template (default).
--js         JavaScript template.
-f, --force  Overwrite existing path.

Example

Create a hello-ape TypeScript project:

npx @ape-framework/starter hello-ape
0.0.1

10 months ago