test-bdk-cli 0.1.3 → 0.1.4

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 +2 -18
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,19 +1,3 @@
1
- # bdk-cli (BoldDesk Developer Kit)
1
+ # React template
2
2
 
3
- This project contains a TypeScript-based CLI scaffold for creating, validating, and packaging BoldDesk apps.
4
-
5
- Quick start:
6
-
7
- Install dependencies and build:
8
-
9
- ```bash
10
- cd bdk-cli
11
- npm install
12
- npm run build
13
- ```
14
-
15
- Run in development with `ts-node`:
16
-
17
- ```bash
18
- npm run dev -- create my-app --template react
19
- ```
3
+ This is a minimal React template for BoldDesk apps. Use `bdk create my-app --template react` to scaffold.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-bdk-cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "test CLI",
5
5
  "author": "@raisulaslam",
6
6
  "bin": {
@@ -22,7 +22,8 @@
22
22
  "commander": "^10.0.0",
23
23
  "form-data": "^4.0.0",
24
24
  "inquirer": "^9.0.0",
25
- "node-fetch": "^2.6.7"
25
+ "node-fetch": "^2.6.7",
26
+ "test-bdk-cli": "^0.1.3"
26
27
  },
27
28
  "devDependencies": {
28
29
  "@types/archiver": "^7.0.0",