-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f2745d
commit f4f0aa6
Showing
6 changed files
with
42 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,34 @@ | ||
# one | ||
# ProMaGen ONE | ||
https://github.com/promagen/one.git | ||
|
||
scripts for one project in one folder | ||
|
||
Install on linux | ||
|
||
sudo apt install npm | ||
|
||
Install on windows | ||
|
||
|
||
Node on linux | ||
|
||
sudo npm install -g npm | ||
|
||
|
||
sudo npm install -g npm | ||
|
||
Start | ||
|
||
node ./app.js | ||
|
||
## compiling code | ||
install | ||
|
||
npm i nexe -g | ||
|
||
sudo npm i nexe -g | ||
|
||
compile | ||
|
||
nexe app.js | ||
|
||
|
||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
echo "test" | ||
#!/bin/bash | ||
# My test script | ||
echo "Hello World!" |