create-kor 0.3.0 → 0.3.1
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# create-kor
|
|
2
2
|
|
|
3
|
-
Scaffold a new **
|
|
3
|
+
Scaffold a new **kör** full-stack monorepo in seconds.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
@@ -12,7 +12,7 @@ npx create-kor <project-name>
|
|
|
12
12
|
|
|
13
13
|
This will:
|
|
14
14
|
|
|
15
|
-
1. Clone the [
|
|
15
|
+
1. Clone the [kör](https://github.com/mastoj/kor) monorepo template into a new `<project-name>` directory
|
|
16
16
|
2. Set the root `package.json` name to your project name
|
|
17
17
|
3. Create `apps/web/.env.local` with a default API URL
|
|
18
18
|
4. Initialise a fresh git repository with an initial commit
|