create-manifest 1.3.3 → 1.3.4

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/README.md CHANGED
@@ -3,23 +3,19 @@
3
3
  The `create manifest` create a new project with [Manifest](https://manifest.build).
4
4
 
5
5
  ```bash
6
- yarn create manifest my-project --cursor
6
+ npx create-manifest@latest
7
7
  ```
8
8
 
9
- This will create a new folder named my-project, install Manifest, and configure it for Cursor.
10
-
11
- You can replace `--cursor` with:
9
+ This will create a folder named my-project and install Manifest inside it.
10
+ If you leave out the name, the CLI will ask you for it during setup.
12
11
 
13
- - `--copilot` for GitHub Copilot
14
- - `--windsurf` for Windsurf
15
- - or remove it entirely if you're not using an AI coding tool
12
+ You can add a flag to set up rules for your AI code Editor:
16
13
 
17
- You can also specify your project name directly (my-project in the example).
18
- If omitted, the CLI will prompt you for it during setup.
14
+ - `--cursor` for **Cursor**
15
+ - `--copilot` for **GitHub Copilot**
16
+ - `--windsurf` for **Windsurf**
19
17
 
20
- ```bash
21
- npx create-manifest@latest
22
- ```
18
+ You can also use `yarn create manifest`.
23
19
 
24
20
  ## Develop
25
21
 
@@ -9,7 +9,8 @@
9
9
  </p>
10
10
 
11
11
  <p align='center'>
12
- <strong>The backend for AI code editors</strong> <br> <span>Manifest is a backend your AI can understand and your team can trust.</span>
12
+ <strong>1-file backend to ship fast</strong> <br> <span>Manifest is an open source, portable backend with data, storage, logic, auth and admin UI to ship Prototypes and MVPs.
13
+ </span>
13
14
 
14
15
  ## Description
15
16
 
@@ -9,7 +9,8 @@
9
9
  </p>
10
10
 
11
11
  <p align='center'>
12
- <strong>The backend for AI code editors</strong> <br> <span>Manifest is a backend your AI can understand and your team can trust.</span>
12
+ <strong>1-file backend to ship fast</strong> <br> <span>Manifest is an open source, portable backend with data, storage, logic, auth and admin UI to ship Prototypes and MVPs.
13
+ </span>
13
14
 
14
15
  ## Description
15
16
 
@@ -9,7 +9,8 @@
9
9
  </p>
10
10
 
11
11
  <p align='center'>
12
- <strong>The backend for AI code editors</strong> <br> <span>Manifest is a backend your AI can understand and your team can trust.</span>
12
+ <strong>1-file backend to ship fast</strong> <br> <span>Manifest is an open source, portable backend with data, storage, logic, auth and admin UI to ship Prototypes and MVPs.
13
+ </span>
13
14
 
14
15
  ## Description
15
16
 
@@ -43,5 +43,5 @@
43
43
  "enableJsonFlag": false
44
44
  }
45
45
  },
46
- "version": "1.3.3"
46
+ "version": "1.3.4"
47
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-manifest",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "author": "Manifest",
5
5
  "description": "Create a new Manifest backend",
6
6
  "homepage": "https://manifest.build",