Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
gitauto-cli
Advanced tools
A command line tool to automate GitHub project creation locally as well as remotely.
A command line tool to automate GitHub project creation locally as well as remotely.
To get started with using gitauto, you will need a Personal Access Token from GitHub. This token can be used to authenticate everytime you give commands. (Make sure to check Write Repo and Read Repo while creating the TOKEN)
Learn about getting a Personal Access Token from GitHub, here.
You can specify a project directory where you want all your GitHub Projects to go.
Create a .env file in the C:/Users/USER/AppData/Roaming/npm/node_modules/gitauto-cli/ directory with the following parameters.
TOKEN=****************************************
USER=YourUsername
FOLDER=C:/Users/<Username>/Documents/MyProjects/
This tool requires npm and Node.js to be installed in your system. Run the following commands:
npm --version
node --version
If you get no errors, you're probably good to go.
Install using npm:
npm install gitauto-cli -g
Note: Don't forget to use the -g flag to install it globally in your system.
gitauto offers two commands create and delete
gitauto create myNewRepo
gitauto create myNewRepo -o
gitauto delete myNewRepo
gitauto delete myNewRepo -o
FAQs
A command line tool to automate GitHub project creation locally as well as remotely.
The npm package gitauto-cli receives a total of 0 weekly downloads. As such, gitauto-cli popularity was classified as not popular.
We found that gitauto-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.