Add package.json with handy npm scripts#170
Open
starcraft66 wants to merge 1 commit intofr1kin:masterfrom
Open
Add package.json with handy npm scripts#170starcraft66 wants to merge 1 commit intofr1kin:masterfrom
starcraft66 wants to merge 1 commit intofr1kin:masterfrom
Conversation
Owner
|
👺 |
0-x-2-2
reviewed
Feb 6, 2020
| "cheat", | ||
| "java" | ||
| ], | ||
| "author": "Fr1kin Babbaj", |
0-x-2-2
reviewed
Feb 6, 2020
| "description": "hax 4 forge", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "setup-decompilation-workspace": "scripts/update", |
0-x-2-2
reviewed
Feb 6, 2020
| "main": "index.js", | ||
| "scripts": { | ||
| "setup-decompilation-workspace": "scripts/update", | ||
| "compile-forgehax": "scripts/cibuild" |
0-x-2-2
reviewed
Feb 6, 2020
| }, | ||
| "keywords": [ | ||
| "minecraft", | ||
| "cheat", |
0-x-2-2
reviewed
Feb 6, 2020
| ], | ||
| "author": "Fr1kin Babbaj", | ||
| "license": "MIT", | ||
| "bugs": { |
0-x-2-2
reviewed
Feb 6, 2020
| "bugs": { | ||
| "url": "https://github.com/Fr1kin/ForgeHax/issues" | ||
| }, | ||
| "homepage": "https://github.com/Fr1kin/ForgeHax#readme" |
0-x-2-2
reviewed
Feb 6, 2020
| "type": "git", | ||
| "url": "git+https://github.com/Fr1kin/ForgeHax.git" | ||
| }, | ||
| "keywords": [ |
0-x-2-2
reviewed
Feb 6, 2020
| "setup-decompilation-workspace": "scripts/update", | ||
| "compile-forgehax": "scripts/cibuild" | ||
| }, | ||
| "repository": { |
0-x-2-2
reviewed
Feb 6, 2020
| "name": "forgehax", | ||
| "version": "2.9.0", | ||
| "description": "hax 4 forge", | ||
| "main": "index.js", |
0-x-2-2
reviewed
Feb 6, 2020
| @@ -0,0 +1,25 @@ | |||
| { | |||
| "name": "forgehax", | |||
| "version": "2.9.0", | |||
0-x-2-2
reviewed
Feb 6, 2020
| @@ -0,0 +1,25 @@ | |||
| { | |||
0-x-2-2
reviewed
Feb 6, 2020
| "license": "MIT", | ||
| "bugs": { | ||
| "url": "https://github.com/Fr1kin/ForgeHax/issues" | ||
| }, |
0-x-2-2
reviewed
Feb 6, 2020
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/Fr1kin/ForgeHax.git" | ||
| }, |
0-x-2-2
reviewed
Feb 6, 2020
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/Fr1kin/ForgeHax.git" |
0-x-2-2
reviewed
Feb 6, 2020
| "compile-forgehax": "scripts/cibuild" | ||
| }, | ||
| "repository": { | ||
| "type": "git", |
0-x-2-2
reviewed
Feb 6, 2020
| "scripts": { | ||
| "setup-decompilation-workspace": "scripts/update", | ||
| "compile-forgehax": "scripts/cibuild" | ||
| }, |
0-x-2-2
reviewed
Feb 6, 2020
| "version": "2.9.0", | ||
| "description": "hax 4 forge", | ||
| "main": "index.js", | ||
| "scripts": { |
0-x-2-2
reviewed
Feb 6, 2020
| { | ||
| "name": "forgehax", | ||
| "version": "2.9.0", | ||
| "description": "hax 4 forge", |
0-x-2-2
reviewed
Feb 6, 2020
| @@ -0,0 +1,25 @@ | |||
| { | |||
| "name": "forgehax", | |||
0-x-2-2
reviewed
Feb 6, 2020
| "minecraft", | ||
| "cheat", | ||
| "java" | ||
| ], |
0-x-2-2
reviewed
Feb 6, 2020
| "java" | ||
| ], | ||
| "author": "Fr1kin Babbaj", | ||
| "license": "MIT", |
0-x-2-2
reviewed
Feb 6, 2020
| "author": "Fr1kin Babbaj", | ||
| "license": "MIT", | ||
| "bugs": { | ||
| "url": "https://github.com/Fr1kin/ForgeHax/issues" |
0-x-2-2
reviewed
Feb 6, 2020
| "url": "https://github.com/Fr1kin/ForgeHax/issues" | ||
| }, | ||
| "homepage": "https://github.com/Fr1kin/ForgeHax#readme" | ||
| } |
|
Maybe we can expand this into offering forgehax as a public npm package? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Running the shell scripts in the
scriptsfolder manually is an outdated and annoying way of doing things.This PR adds support for handy npm run scripts that will allow ForgeHax developers to easily run the CI deployment scripts locally in a user friendly way.
Another advantage of introduceing
npminto the ForgeHax development workflow is that it will make ForgeHax use state of the art web technologies and thus render the entire project web scale.With this PR, you can easily setup the MCP development workspace by running:
To compile a release
jarversion of ForgeHax, run: