This website requires JavaScript.
Explore
Help
Sign In
TheBrokenRail
/
ScriptCraft
Archived
Watch
1
Star
0
Fork
0
You've already forked ScriptCraft
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2023-11-26
. You can view files and clone it, but cannot push or open issues or pull requests.
5bdeced904
ScriptCraft
/
scripts
/
setup.sh
9 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial Commit
2020-04-25 13:33:17 +00:00
#!/bin/sh
set
-e
./download-quickjs.sh
Use ESLint
2020-04-28 02:30:12 +00:00
./download-jni-headers.sh
Fix setup.sh
2020-04-28 17:09:30 +00:00
cd
../src/main/ts
Use ESLint
2020-04-28 02:30:12 +00:00
npm install
Reference in New Issue
Copy Permalink