+1
-1
| { | ||
| "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", |
+1
-1
@@ -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 }) |
4666
0.02%