Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "rept", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Simple repo templating", | ||
"main": "./src/rept.js", | ||
"bin": { | ||
"rept": "./bin/cli.js" | ||
"rept": "bin/cli.js" | ||
}, | ||
@@ -14,4 +14,8 @@ "keywords": [ | ||
], | ||
"engines": { | ||
"node": ">=15" | ||
}, | ||
"author": "Wix.com", | ||
"license": "MIT", | ||
"repository": "https://github.com/wixplosives/rept", | ||
"dependencies": { | ||
@@ -18,0 +22,0 @@ "handlebars": "^4.7.7", |
@@ -5,4 +5,21 @@ # REPT - simple repo templating | ||
> This package is still WIP use at your own risk. | ||
## Usage | ||
`npx rept -r SOME_GIT_REPO -d DEST` | ||
## Options | ||
`npx rept -h` | ||
``` | ||
Options: | ||
--version Show version number [boolean] | ||
-d, --destination destination directory [string] [required] | ||
-r, --repo git repo to use [string] [required] | ||
-b, --branch git repo branch [string] [default: ""] | ||
-s, --subDir sub directory to use [string] [default: ""] | ||
--reptFile should get template params from rept.config | ||
[boolean] [default: true] | ||
-h, --help Show help [boolean] | ||
``` | ||
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5607
25