tsc-app 3.2.4 → 3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ A minimal and fast **TypeScript project generator** — spin up a ready-to-use T
18
18
 
19
19
  ### Create a New Project
20
20
  ```bash
21
- npx ts-app --app-name my-app
21
+ npx tsc-app --app-name
22
22
 
23
23
  Output:
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsc-app",
3
- "version": "3.2.4",
3
+ "version": "3.2.6",
4
4
  "description": "Quick TypeScript project initializer",
5
5
  "main": "index.js",
6
6
  "bin": {