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

custorm-cm-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custorm-cm-cli - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

commands/init.js

@@ -12,3 +12,4 @@ #!/usr/bin/env node

.usage('<template-name> [project-name]')
program.parse(process.argv);
let projectName = program.args[0];
let url = templateObj.templeteUrl

@@ -24,3 +25,3 @@ console.log(url)

`direct:${url}`,
'./',
`./${projectName}`,
{ clone: true },

@@ -37,4 +38,4 @@ err => {

console.log('\n To get started')
console.log(`\n cd git-templete-repo \n`)
console.log(`\n cd ${projectName} \n`)
}
)
{
"name": "custorm-cm-cli",
"version": "1.0.3",
"version": "1.0.4",
"description": "a react cli",

@@ -5,0 +5,0 @@ "main": "index.js",

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