0.0.1 • Published 2 years ago
@ape-framework/starter v0.0.1
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-ape0.0.1
2 years ago