@@ -3,7 +3,13 @@
A CLI for creating new [STDF](https://stdf.design) projects. Just run...
```bash
-npm create create-stdf@latest
+pnpm create stdf@latest
+# or
+npm create stdf@latest
+npm init stdf@latest
+npx create-stdf@latest
```
...and follow the prompts.
@@ -1,6 +1,6 @@
{
"name": "create-stdf",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "A CLI for creating new STDF projects",
"main": "./index.js",
"scripts": {