n-bootstart
Advanced tools
Comparing version 0.5.5 to 0.5.6
@@ -0,1 +1,5 @@ | ||
## 0.5.5 | ||
- Updates in Readme file | ||
## 0.5.1 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "n-bootstart", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "A script to start node js projects when the system boots up", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ # n(node)-bootstart | ||
``` | ||
npm i n-bootstart@latest -g | ||
npm i n-bootstart -g | ||
``` | ||
@@ -19,3 +19,3 @@ | ||
``` | ||
npm i n-bootstart@latest --save | ||
npm i n-bootstart --save | ||
``` | ||
@@ -39,5 +39,5 @@ | ||
- In Windows OS, it will create a vbs file in the startup folder path. | ||
- 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 in the user's crontab. | ||
- In Linux based OS, it will add the commands to start the Node JS project in the user's crontab. | ||
@@ -44,0 +44,0 @@ ## Using from CLI |
28596