-
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
Showing
5 changed files
with
37 additions
and
3 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
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,6 +1,6 @@ | ||
{ | ||
"name": "cmca-build", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"type": "module", | ||
"keywords": [ | ||
"Minecraft", | ||
|
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This Is A Helper Package For create-mca | ||
You Can Find The Main Package [Here](https://www.npmjs.com/package/create-mca) | ||
|
||
|
||
# Overview | ||
create-mc-addon Is A Package To Quickly Bootstrap A Development Enviroment For The Minecraft Bedrock Edition. | ||
To Get Started Just Run : | ||
``` | ||
npx create-mca | ||
``` | ||
|
||
## TODO | ||
- Automatic Fetch Of Regolith | ||
- Include More Bundlers | ||
- ESLint Support | ||
- Dedicated Server Enviroment? | ||
- Auto Reload WebSocket? |
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,6 +1,6 @@ | ||
{ | ||
"name": "create-mca", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"type": "module", | ||
"keywords": [ | ||
"Minecraft", | ||
|
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Overview | ||
create-mc-addon Is A Package To Quickly Bootstrap A Development Enviroment For The Minecraft Bedrock Edition. | ||
To Get Started Just Run : | ||
``` | ||
npx create-mca | ||
``` | ||
|
||
## TODO | ||
- Automatic Fetch Of Regolith | ||
- Include More Bundlers | ||
- ESLint Support | ||
- Dedicated Server Enviroment? | ||
- Auto Reload WebSocket? |