create-bodhi-js 0.7.0 → 0.8.0

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.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,8 +11,8 @@ npm create bodhi-js@latest
11
11
  # With project name
12
12
  npm create bodhi-js@latest my-app
13
13
 
14
- # With options
15
- npm create bodhi-js@latest my-app -- --template react --github-pages
14
+ # With options (note the -- separator before flags)
15
+ npm create bodhi-js@latest my-app -- --github-pages --github-org "myorg" --dev-client-id "app-id"
16
16
  ```
17
17
 
18
18
  ## Features
@@ -53,6 +53,11 @@ Options:
53
53
  --no-install Skip dependency installation
54
54
  --no-git Skip git initialization
55
55
  --github-pages Enable GitHub Pages deployment setup
56
+ --no-github-pages Disable GitHub Pages deployment setup
57
+ --github-org <org> GitHub repository owner (user/org)
58
+ --dev-client-id <id> Development client ID (for .env.local and CI)
59
+ --prod-client-id <id> Production client ID (for GitHub Pages deploy)
60
+ --ci Run in CI mode (disable animations)
56
61
  -h, --help display help for command
57
62
  ```
58
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-bodhi-js",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Scaffold Bodhi-powered applications with React, TypeScript, Vite, and more",
5
5
  "type": "module",
6
6
  "bin": {