![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
n-bootstart
Advanced tools
A script to start Node JS projects when the system boots up
npm i n-bootstart -g
npm i n-bootstart --save
n-bootstart is a module to run the configured Node JS projects when the system is turned on.
:pushpin: To configure a project that uses the NPM module like pm2/forever/nodemon, pass the environment variables nboot_npm_name
& nboot_npm_cmd
when enabling the boot start.
In Windows OS, it will create a vbs file that contains scripts to start the Node JS project in the startup folder.
In Linux based OS, it will add the commands to start the Node JS project in the user's crontab.
n-bootstart
n-bootstart examples
const nBootStart = require('n-bootstart');
const nBootScripts = new nBootStart();
nBootScripts._enable(name, path, envVariables); // Enable boot-start for a project
nBootScripts._diable(name); // Disable boot-start for a project
nBootScripts._view(name); // View the configured information for a project
nBootScripts._list(); // List all the configured projects
nBootScripts._removeAll(); // Disable boot-start for all the added projects
n-bootstart is licensed under MIT
For any queries or support, reach us at (mailto:fariz.codes@gmail.com)
FAQs
A script to start node js projects when the system boots up
The npm package n-bootstart receives a total of 0 weekly downloads. As such, n-bootstart popularity was classified as not popular.
We found that n-bootstart 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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.