@remrg/cli 1.0.0 → 1.1.0

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 +3 -7
  2. package/package.json +10 -2
package/README.md CHANGED
@@ -1,21 +1,17 @@
1
1
  # remrg-cli
2
2
 
3
- {{ remrg:task Write a brief project description }}
3
+ remrg is an advanced CLI tool for scaffolding new projects from templates, seamlessly merging additional features, and effortlessly syncing updates as your templates evolve over time.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  Install the package via npm:
8
8
 
9
9
  ```bash
10
- npm install remrg-cli
10
+ npm install @remrg/cli
11
11
  ```
12
12
 
13
13
  Or install globally:
14
14
 
15
15
  ```bash
16
- npm install -g remrg-cli
16
+ npm install -g @remrg/cli
17
17
  ```
18
-
19
- ## License
20
-
21
- Licensed under the [AGPL](LICENSE.md).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@remrg/cli",
3
- "version": "1.0.0",
4
- "description": "",
3
+ "version": "1.1.0",
4
+ "description": "remrg cli",
5
5
  "author": "remrg",
6
6
  "license": "AGPL",
7
7
  "bin": {
@@ -56,5 +56,13 @@
56
56
  "dist",
57
57
  "LICENSE.md",
58
58
  "README.md"
59
+ ],
60
+ "keywords": [
61
+ "template",
62
+ "typescript template",
63
+ "remrg",
64
+ "remerge",
65
+ "scaffold",
66
+ "boilerplate"
59
67
  ]
60
68
  }