create-nextly-app 0.0.2-alpha.0 → 0.0.2-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs CHANGED
@@ -3435,7 +3435,7 @@ var require_package = __commonJS({
3435
3435
  "package.json"(exports$1, module) {
3436
3436
  module.exports = {
3437
3437
  name: "create-nextly-app",
3438
- version: "0.0.2-alpha.0",
3438
+ version: "0.0.2-alpha.2",
3439
3439
  description: "CLI to scaffold Nextly in your Next.js project",
3440
3440
  license: "MIT",
3441
3441
  type: "module",
@@ -3573,12 +3573,12 @@ program2.name("create-nextly-app").description(
3573
3573
  "after",
3574
3574
  `
3575
3575
  Examples:
3576
- $ npx create-nextly-app my-project
3577
- $ npx create-nextly-app my-project -y
3578
- $ npx create-nextly-app my-blog -t blog -a code-first
3579
- $ npx create-nextly-app my-project --database postgresql
3580
- $ npx create-nextly-app .
3581
- `
3576
+ $ npx create-nextly-app@alpha my-project
3577
+ $ npx create-nextly-app@alpha my-project -y
3578
+ $ npx create-nextly-app@alpha my-blog -t blog -a code-first
3579
+ $ npx create-nextly-app@alpha my-project --database postgresql
3580
+ $ npx create-nextly-app@alpha .
3581
+ `
3582
3582
  ).action(
3583
3583
  async (directory, options) => {
3584
3584
  await init({