@lessonkit/cli 0.4.0 → 0.6.0
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `@lessonkit/cli`
|
|
2
2
|
|
|
3
|
-
[](https://github.com/eddiethedean/lessonkit/actions/workflows/ci.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/@lessonkit/cli)
|
|
5
5
|
[](../../LICENSE)
|
|
6
6
|
|
|
@@ -12,13 +12,15 @@ LessonKit CLI (early stub).
|
|
|
12
12
|
npm install -g @lessonkit/cli
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
## Commands (0.
|
|
15
|
+
## Commands (0.6.0 stubs)
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
18
|
lessonkit init
|
|
19
19
|
lessonkit dev
|
|
20
20
|
lessonkit build
|
|
21
|
-
lessonkit package
|
|
21
|
+
lessonkit package # real dual export in 0.7.x
|
|
22
22
|
lessonkit publish
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
+
For LMS packaging today, use [`@lessonkit/lxpack`](../../packages/lxpack/README.md) or [`examples/lxpack-golden`](../../examples/lxpack-golden).
|
|
26
|
+
|