@outwalk/create-firefly 0.2.0 → 0.3.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,13 +13,13 @@ A scaffolding tool for creating Firefly projects.
|
|
|
13
13
|
Create a Firefly project by running the following command and then follow the prompts.
|
|
14
14
|
|
|
15
15
|
```
|
|
16
|
-
npm create @outwalk/firefly
|
|
16
|
+
npm create @outwalk/firefly@latest
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
You can also specify settings via command line options.
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npm create @outwalk/firefly my-app --language typescript
|
|
22
|
+
npm create @outwalk/firefly@latest my-app --language typescript
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
### Command Line Options.
|