
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
A simple command line utility to quickly initialize developer workspaces / repositories

A simple NodeJS based command line utility to quickly initialize a developer workspace / git repository including README templates and license files.
Make sure you've installed all requirements
Install the project globally using npm:
npm install -g init.js
Create a new folder for your new project:
mkdir test-project
Change into that directory:
cd test-project
Run init.js:
init
You can optionally pass the following arguments:
Usage: init [options]
Options:
-h, --help Show help and usage information
-v, --version Display version information [default: false]
-i, --ignore-git Ignore existing .git folder in the current directory, can be true or false [default: false]
Since version 1.2.0 you are able to add custom readme and license templates without sending a pull request on GitHub nor adding them in the node_modules/ folder.
Just create a directory called .initjs in your home folder and drop your template readmes into ~/.initjs/readmes/ and licenses (obviously) into ~/.initjs/licenses/.
If you have the github.user git configuration set - it will replace your GitHub user automatically. You can set it usig the following command:
git config --global github.user YourUsername
Fork it
Create your feature branch:
git checkout -b feature/my-new-feature
Commit your changes:
git commit -am 'Add some feature'
Push to the branch:
git push origin feature/my-new-feature
Submit a pull request
.gitconfig1.3.0
FAQs
A simple command line utility to quickly initialize developer workspaces / repositories
We found that init.js 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.