Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rept

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rept - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

package.json
{
"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]
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc