@auraindustry/aurajs 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -18
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,29 +6,13 @@ Write games in JavaScript and build native binaries for macOS, Linux, and Window
6
6
 
7
7
  ## Create A New Game
8
8
 
9
- Run the published package directly:
10
-
11
9
  ```bash
12
- npm exec --yes --package @auraindustry/aurajs -- aura create my-game
10
+ npm install -g auramaxx
11
+ auramaxx create my-game
13
12
  cd my-game
14
13
  npm run dev
15
14
  ```
16
15
 
17
- If you already use AuraMaxx, the same scaffold flow is available there:
18
-
19
- ```bash
20
- npx auramaxx create my-game
21
- cd my-game
22
- npm run dev
23
- ```
24
-
25
- If you prefer a global install:
26
-
27
- ```bash
28
- npm install -g @auraindustry/aurajs
29
- aura create my-game
30
- ```
31
-
32
16
  ## Publish And Play
33
17
 
34
18
  In a scaffolded AuraJS game:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auraindustry/aurajs",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Write games in JavaScript, build native binaries.",
5
5
  "type": "module",
6
6
  "exports": {