atria 0.0.10 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -17,6 +17,12 @@ npx atria init my-project
17
17
  npx atria dev my-project
18
18
  ```
19
19
 
20
+ ## Create a project
21
+
22
+ ```bash
23
+ npm create atria@latest -- my-project
24
+ ```
25
+
20
26
  ## Programmatic API
21
27
 
22
28
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atria",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Unscoped atria CLI wrapper package",
5
5
  "keywords": [
6
6
  "atria",
@@ -20,7 +20,7 @@
20
20
  "dist"
21
21
  ],
22
22
  "dependencies": {
23
- "@atria/cli": "0.0.18"
23
+ "@atria/cli": "0.0.19"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"