@lamppost/create-ink-player 1.0.0 → 1.0.1
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.
- package/README.md +5 -1
- package/package.json +1 -1
- package/template/README.md +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This is a utility for helping to create Lamp Post Ink Player games.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
You can run the following command to create a new Lamp Post Ink Player game:
|
|
6
|
+
|
|
7
|
+
`pnpm create @lamppost/create-ink-player`
|
|
8
|
+
|
|
9
|
+
Please see [@lamppost/ink-player](https://www.npmjs.com/package/@lamppost/ink-player) for more details on how to use this package.
|
|
6
10
|
|
|
7
11
|
This software is released under an MIT license.
|
package/package.json
CHANGED
package/template/README.md
CHANGED
|
@@ -13,4 +13,4 @@ This is a web player for running [Ink](https://github.com/inkle/ink) stories cre
|
|
|
13
13
|
|
|
14
14
|
## Next Steps
|
|
15
15
|
|
|
16
|
-
Please see [https://www.npmjs.com/package/@lamppost/ink-player
|
|
16
|
+
Please see [@lamppost/ink-player](https://www.npmjs.com/package/@lamppost/ink-player) for more details on how to configure the Lamp Post Ink Player
|