create-claude-rails 0.5.2 → 0.5.3

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,12 +16,16 @@ Open a terminal, `cd` into your project folder, and run:
16
16
  curl -fsSL https://raw.githubusercontent.com/orenmagid/claude-on-rails/main/install.sh | bash
17
17
  ```
18
18
 
19
- That's it. No Node.js, no npm, no git required just a terminal.
19
+ That's it. If you don't have git or Node.js, it installs them.
20
+ No choices to make — it sets up everything.
20
21
 
21
22
  Then open [Claude Code](https://claude.ai/code) in the same folder and
22
23
  say `/onboard`. It'll interview you about your project and set everything
23
24
  up based on your answers.
24
25
 
26
+ **New to this?** See [GETTING-STARTED.md](GETTING-STARTED.md) for a
27
+ step-by-step walkthrough.
28
+
25
29
  ### For developers
26
30
 
27
31
  If you have Node.js installed and want interactive module selection,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-claude-rails",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Claude on Rails — opinionated process scaffolding for Claude Code projects",
5
5
  "bin": {
6
6
  "create-claude-rails": "bin/create-claude-rails.js"