Socket
Socket
Sign inDemoInstall

gitauto-cli

Package Overview
Dependencies
65
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.3

5

index.js
const result = require('dotenv').config({path: './.env'});
const p = require('path');
var dir = p.join(__dirname,'/.env');
const result = require('dotenv').config({path: dir});
const cp = require('child_process');

@@ -13,2 +15,3 @@ const chalk = require('chalk');

var commands = {

@@ -15,0 +18,0 @@ init: 'git init',

2

package.json
{
"name": "gitauto-cli",
"version": "1.0.1",
"version": "1.0.3",
"description": "A command line tool to automate GitHub project creation locally as well as remotely.",

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

@@ -17,3 +17,3 @@ # gitauto [![@latest](https://img.shields.io/badge/git-automate-blue)](https://github.com/NakshatraCodes)

- Create a *.env* file in the *C:/Users/USER/* directory with the following parameters.
- Create a *.env* file in the *C:/Users/USER/AppData/Roaming/npm/node_modules/gitauto-cli/* directory with the following parameters.

@@ -20,0 +20,0 @@ ```

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