@igniter-js/cli 0.2.4 → 0.2.6
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 +2 -2
- package/dist/index.js +541 -487
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +536 -483
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ The `init` command scaffolds a new, production-ready Igniter.js project from scr
|
|
|
31
31
|
npx @igniter-js/cli init my-api
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
For more details, see the **[igniter init documentation](https://
|
|
34
|
+
For more details, see the **[igniter init documentation](https://igniterjs.com/docs/cli-and-tooling/igniter-init)**.
|
|
35
35
|
|
|
36
36
|
### `igniter dev`
|
|
37
37
|
|
|
@@ -46,7 +46,7 @@ igniter dev --interactive
|
|
|
46
46
|
igniter dev --interactive --framework nextjs
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
-
For more details, see the **[igniter dev documentation](https://
|
|
49
|
+
For more details, see the **[igniter dev documentation](https://igniterjs.com/docs/cli-and-tooling/igniter-dev)**.
|
|
50
50
|
|
|
51
51
|
## Contributing
|
|
52
52
|
|