Socket
Socket
Sign inDemoInstall

projectgenerator.io

Package Overview
Dependencies
159
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

bin/app.js

8

app.js

@@ -17,6 +17,6 @@ const clear = require('clear');

const angular = async (data) => {
// exec('ng new ' + data, function (error, stdOut, stdErr) {
// })
filescreation.projectcreation()
exec('ng new ' + data, function (error, stdOut, stdErr) {
})
filescreation.projectcreation(data)
}
run();
exports.run = run()
const fs=require('fs')
const download=require('download')
const filemove=require('../lib/filesmove')
module.exports = {
projectcreation() {
projectcreation(data) {

@@ -23,5 +22,11 @@ download('https://github.com/venkateshchavvakula198/projectzip/archive/master.zip', 'dist').then(() => {

}
// var source = fs.createReadStream('backend');
// var dest = fs.createWriteStream(data);
// console.log(source)
});
},
venki(){
}
}
}

@@ -0,0 +0,0 @@ const inquirer = require('inquirer');

{
"name": "projectgenerator.io",
"version": "1.0.0",
"version": "1.1.0",
"description": "generating frontend and backend with different programming languages",

@@ -8,3 +8,3 @@ "main": "app.js",

"test": "npm test",
"start":"node app.js"
"start": "node app.js"
},

@@ -23,2 +23,6 @@ "repository": {

],
"bin": {
"pg": "./bin/app.js"
},
"preferGlobal": true,
"author": "venkatesh chavvakula (venkateshchavvakula198@gmail.com)",

@@ -25,0 +29,0 @@ "license": "ISC",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc