🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

bp-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bp-cli - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
package.json
{
"name": "bp-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node CLI for creating templates",

@@ -5,0 +5,0 @@ "main": "bin/blueprint-cli",

@@ -33,3 +33,3 @@ import chalk from 'chalk'

}) {
const templatePath = process.cwd() + '/templates/' + template_name
const templatePath = process.cwd() + '/blueprints/' + template_name
const copyPath = process.cwd() + '/' + copy_path_affix + '/' + template_rename

@@ -36,0 +36,0 @@ await copy(templatePath, copyPath, { clobber: false })