@repokit/core 1.0.4 → 1.0.5
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ The Repokit CLI exists as a living source of documentation and knowledge - growi
|
|
|
14
14
|
|
|
15
15
|
If you do not have node.js setup in your repository, you'll first want to install node.js.
|
|
16
16
|
|
|
17
|
-
[NVM is a
|
|
17
|
+
[NVM is a popular posix compliant installer](https://github.com/nvm-sh/nvm)
|
|
18
18
|
|
|
19
19
|
Once installed, you can run the following in the root of your repository
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@repokit/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "A knowledgebase for your repository - wrapped in a CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
|
-
"build:all": "yarn lint:ts && yarn lint:rust && yarn install:
|
|
23
|
+
"build:all": "yarn lint:ts && yarn lint:rust && yarn install:rust",
|
|
24
24
|
"build:rust": "cargo build --release",
|
|
25
25
|
"install:rust": "yarn build:rust && cargo install --path .",
|
|
26
26
|
"lint:rust": "cargo clippy --fix --allow-dirty",
|