harbor-templater 0.0.0 → 1.0.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.
- package/README.md +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ $ npm install -g harbor-templater
|
|
|
27
27
|
$ harbor-templater COMMAND
|
|
28
28
|
running command...
|
|
29
29
|
$ harbor-templater (--version)
|
|
30
|
-
harbor-templater/
|
|
30
|
+
harbor-templater/1.0.0 linux-x64 node-v24.12.0
|
|
31
31
|
$ harbor-templater --help [COMMAND]
|
|
32
32
|
USAGE
|
|
33
33
|
$ harbor-templater COMMAND
|
|
@@ -100,7 +100,7 @@ EXAMPLES
|
|
|
100
100
|
$ harbor-templater init -t template.json -o . --answer projectDir=./my-app --defaults
|
|
101
101
|
```
|
|
102
102
|
|
|
103
|
-
_See code: [src/commands/init/index.ts](https://github.com/bendigiorgio/harbor-templater/blob/
|
|
103
|
+
_See code: [src/commands/init/index.ts](https://github.com/bendigiorgio/harbor-templater/blob/v1.0.0/src/commands/init/index.ts)_
|
|
104
104
|
|
|
105
105
|
## `harbor-templater plugins`
|
|
106
106
|
|
package/oclif.manifest.json
CHANGED