
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
create-remote-repo
Advanced tools
This command line tool automates the process of initializing a local Git repository, creating a remote GitHub repository via the GitHub API, optionally adding a .gitignore file, staging changes, committing, and performing the initial push to the remote repository.
This command line tool automates the process of initializing a local Git repository, creating a remote GitHub repository via the GitHub API, optionally adding a .gitignore
file, staging changes, committing, and performing the initial push to the remote repository.
.gitignore
file.python create-remote-repo -rn <repo-name> -gu <github-username> -t <github-token> -d <working-directory> [-i <include-gitignore>] [-p <private>]
python create-remote-repo -rn my-new-repo -gu myusername -t mytoken -d /path/to/working/directory -i y -p y
This command will:
Argument | Description | Required | Default Value |
---|---|---|---|
-rn , --repo-name | The name of the remote repository you want to create. | Yes | None |
-gu , --github-username | The username of your GitHub account. | No | global_github_username |
-t , --github-token | Your GitHub authorization token. | No | global_github_token |
-d , --working-directory | The absolute path to the local working directory where the repository should be initialized. | Yes | None |
-i , --include-gitignore | Enter y if you want to add a .gitignore file to your repository, otherwise enter n . | No | n |
-p , --private | Enter y if you want to make the remote repository private, otherwise enter n . | No | n |
This project is licensed under the MIT License. See the LICENSE file for details.
Created and maintained by Kim Chung.
FAQs
This command line tool automates the process of initializing a local Git repository, creating a remote GitHub repository via the GitHub API, optionally adding a .gitignore file, staging changes, committing, and performing the initial push to the remote repository.
We found that create-remote-repo demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.