New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aacc/ginit

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aacc/ginit

Easily initialize a local and remote repository

0.0.4
latest
Source
npm
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

@aacc/ginit

Easily initialize a local and remote repository

Usage

npx @aacc/ginit <repo-name>

Automatically add a .gitignore file from GitHub's .gitignore templates

TEMPLATE=node npx @aacc/ginit <repo-name>

Important

This tool uses the GitHub GraphQL API and thus requires a GitHub access token. Create an access token with the repo scope here: https://github.com/settings/tokens/new.

After generating an access token you can set it as a global environment variable or pass it directly to the npx command.

Example
GITHUB_TOKEN="abc123" npx @aacc/ginit <repo-name>

Or globally...

echo 'export AACC_GINIT_TOKEN="abc123"' >> ~/.zshrc

npx @aacc/ginit <repo-name>

FAQs

Package last updated on 24 Oct 2021

Did you know?

Socket

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.

Install

Related posts