readme
This commit is contained in:
parent
718d801a33
commit
9f884dc7d2
2 changed files with 2 additions and 10 deletions
10
README.md
10
README.md
|
|
@ -18,16 +18,8 @@ Say goodbye to the tedious and repetitive nature of manual JSON editing. AsaJS s
|
||||||
|
|
||||||
To use AsaJS, ensure you have **[Node.js](https://nodejs.org/en)** installed on your system.
|
To use AsaJS, ensure you have **[Node.js](https://nodejs.org/en)** installed on your system.
|
||||||
|
|
||||||
**Latest stable version:**
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install asajs
|
npx create-asajs
|
||||||
```
|
|
||||||
|
|
||||||
**For our nightly builds:**
|
|
||||||
|
|
||||||
```
|
|
||||||
npm install asajs@indev
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 📖 "Hello World!" Example
|
## 📖 "Hello World!" Example
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "asajs",
|
"name": "asajs",
|
||||||
"version": "4.1.15-indev.1",
|
"version": "4.1.15-indev.2",
|
||||||
"description": "Create your Minecraft JSON-UI resource packs using JavaScript",
|
"description": "Create your Minecraft JSON-UI resource packs using JavaScript",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Minecraft",
|
"Minecraft",
|
||||||
|
|
|
||||||
Reference in a new issue