@edd_remonts/create-edd-app
v0.1.1
Published
Bootstrap a new app from the edd-app-template starter.
Maintainers
Readme
create-edd-app
Bootstrap a new project from edd-app-template.
Usage
npx @edd_remonts/create-edd-app my-productThis command clones the starter, removes git history, renames package.json to your app name, and installs dependencies.
Options
npx @edd_remonts/create-edd-app my-product --no-install
npx @edd_remonts/create-edd-app my-product --branch main
npx @edd_remonts/create-edd-app my-product --template https://github.com/eddremonts86/edd-app-template.git
npx @edd_remonts/create-edd-app my-product --package-manager pnpmLocal test
node ./bin/create-edd-app.mjs demo-app --no-installPublish
cd tools/create-edd-app
npm publish --access publicAfter publish, users can run:
npx @edd_remonts/create-edd-app my-product