create-manifest 1.1.9 → 1.1.11
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 +16 -1
- package/assets/README.md +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +14 -1
package/README.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# create-manifest
|
|
2
2
|
|
|
3
|
-
The `create
|
|
3
|
+
The `create manifest` create a new project with [Manifest](https://manifest.build).
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
yarn create manifest my-project --cursor
|
|
7
|
+
```
|
|
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:
|
|
12
|
+
|
|
13
|
+
- `--copilot` for GitHub Copilot
|
|
14
|
+
- `--windsurf` for Windsurf
|
|
15
|
+
- or remove it entirely if you're not using an AI coding tool
|
|
16
|
+
|
|
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.
|
|
4
19
|
|
|
5
20
|
```bash
|
|
6
21
|
npx create-manifest@latest
|
package/assets/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align='center'>
|
|
12
|
-
<strong>
|
|
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>
|
|
13
13
|
|
|
14
14
|
## Description
|
|
15
15
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-manifest",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.11",
|
|
4
4
|
"author": "Manifest",
|
|
5
5
|
"description": "Create a new Manifest backend",
|
|
6
6
|
"homepage": "https://manifest.build",
|
|
@@ -74,6 +74,19 @@
|
|
|
74
74
|
"bugs": "https://github.com/mnfst/manifest/issues",
|
|
75
75
|
"keywords": [
|
|
76
76
|
"manifest",
|
|
77
|
+
"cursor",
|
|
78
|
+
"AI-powered coding",
|
|
79
|
+
"backend for LLMs",
|
|
80
|
+
"AI code tool",
|
|
81
|
+
"backend for vibe coding",
|
|
82
|
+
"backend for modern workflows",
|
|
83
|
+
"vibe coding",
|
|
84
|
+
"vibe coding backend",
|
|
85
|
+
"vibe coding api",
|
|
86
|
+
"AI assisted coding",
|
|
87
|
+
"AI coding",
|
|
88
|
+
"windsurf",
|
|
89
|
+
"copilot",
|
|
77
90
|
"micro-backend",
|
|
78
91
|
"backend",
|
|
79
92
|
"headless",
|