Skip to content

Commit 89c6fb0

Browse files
committed
fix plop templates formatting
1 parent 6771ee4 commit 89c6fb0

File tree

7 files changed

+430
-143
lines changed

7 files changed

+430
-143
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.hbs
Lines changed: 72 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,72 @@
1-
{ "name": "@bitflow/end-{{dashCase name}}", "version": "0.0.0", "author": "Mike
2-
Barkmin", "homepage": "https://github.com/openpatch/bitflow#readme", "license":
3-
"MIT", "main": "dist/index.cjs.js", "module": "dist/index.esm.mjs", "types":
4-
"dist/index.d.ts", "typings": "dist/index.d.ts", "sideEffects": false,
5-
"exports": { ".": { "require": "./dist/index.cjs.js", "default":
6-
"./dist/index.esm.mjs" } }, "files": [ "dist" ], "publishConfig": { "access":
7-
"public" }, "repository": { "type": "git", "url":
8-
"git+https://github.com/openpatch/bitflow.git", "directory": "packages/end-{{dashCase
9-
name
10-
}}" }, "bugs": { "url": "https://github.com/openpatch/bitflow/issues" },
11-
"scripts": { "prebuild": "rimraf dist", "version": "pnpm build", "lint": "tsc
12-
--noEmit", "test": "jest --env=jsdom --passWithNoTests", "build": "pnpm
13-
build:locales && pnpm build:pkg && pnpm build:types", "build:pkg": "node
14-
../../scripts/build.mjs", "build:locales": "vocab compile", "build:types": "tsc
15-
--project tsconfig.build.json --declaration --emitDeclarationOnly" },
16-
"dependencies": { "@bitflow/core": "workspace:*" }, "peerDependencies": {
17-
"@emotion/cache": "11.x", "@emotion/react": "11.x", "@emotion/styled": "11.x",
18-
"@openpatch/patches": "6.x", "@vocab/core": "1.x", "@vocab/react": "1.x",
19-
"react": "18.x", "react-dom": "18.x", "react-hook-form": "7.x", "zod": "3.x" },
20-
"devDependencies": { "@babel/core": "7.18.9", "@emotion/cache": "11.9.3",
21-
"@emotion/react": "11.9.3", "@emotion/styled": "11.9.3", "@openpatch/patches":
22-
"6.0.1", "@types/react": "18.0.15", "@types/react-dom": "18.0.6", "@vocab/core":
23-
"1.1.0", "@vocab/react": "1.1.2", "react": "18.2.0", "react-dom": "18.2.0",
24-
"react-hook-form": "7.33.1", "zod": "3.17.9" } }
1+
{
2+
"name": "@bitflow/end-{{dashCase name}}",
3+
"version": "0.0.0",
4+
"author": "Mike Barkmin",
5+
"homepage": "https://github.com/openpatch/bitflow#readme",
6+
"license": "MIT",
7+
"main": "dist/index.cjs.js",
8+
"module": "dist/index.esm.mjs",
9+
"types": "dist/index.d.ts",
10+
"typings": "dist/index.d.ts",
11+
"sideEffects": false,
12+
"exports": {
13+
".": {
14+
"require": "./dist/index.cjs.js",
15+
"default": "./dist/index.esm.mjs"
16+
}
17+
},
18+
"files": [
19+
"dist"
20+
],
21+
"publishConfig": {
22+
"access": "public"
23+
},
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/openpatch/bitflow.git",
27+
"directory": "packages/end-{{dashCase name}}"
28+
},
29+
"bugs": {
30+
"url": "https://github.com/openpatch/bitflow/issues"
31+
},
32+
"scripts": {
33+
"prebuild": "rimraf dist",
34+
"version": "pnpm build",
35+
"lint": "tsc --noEmit",
36+
"test": "jest --env=jsdom --passWithNoTests",
37+
"build": "pnpm build:locales && pnpm build:pkg && pnpm build:types",
38+
"build:pkg": "node ../../scripts/build.mjs",
39+
"build:locales": "vocab compile",
40+
"build:types": "tsc --project tsconfig.build.json --declaration --emitDeclarationOnly"
41+
},
42+
"dependencies": {
43+
"@bitflow/core": "workspace:*"
44+
},
45+
"peerDependencies": {
46+
"@emotion/cache": "11.x",
47+
"@emotion/react": "11.x",
48+
"@emotion/styled": "11.x",
49+
"@openpatch/patches": "6.x",
50+
"@vocab/core": "1.x",
51+
"@vocab/react": "1.x",
52+
"react": "18.x",
53+
"react-dom": "18.x",
54+
"react-hook-form": "7.x",
55+
"zod": "3.x"
56+
},
57+
"devDependencies": {
58+
"@babel/core": "7.18.9",
59+
"@emotion/cache": "11.9.3",
60+
"@emotion/react": "11.9.3",
61+
"@emotion/styled": "11.9.3",
62+
"@openpatch/patches": "6.0.1",
63+
"@types/react": "18.0.15",
64+
"@types/react-dom": "18.0.6",
65+
"@vocab/core": "1.1.0",
66+
"@vocab/react": "1.1.2",
67+
"react": "18.2.0",
68+
"react-dom": "18.2.0",
69+
"react-hook-form": "7.33.1",
70+
"zod": "3.17.9"
71+
}
72+
}
Lines changed: 72 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,72 @@
1-
{ "name": "@bitflow/input-{{dashCase name}}", "version": "0.0.0", "author":
2-
"Mike Barkmin", "homepage": "https://github.com/openpatch/bitflow#readme",
3-
"license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.esm.mjs",
4-
"types": "dist/index.d.ts", "typings": "dist/index.d.ts", "sideEffects": false,
5-
"exports": { ".": { "require": "./dist/index.cjs.js", "default":
6-
"./dist/index.esm.mjs" } }, "files": [ "dist" ], "publishConfig": { "access":
7-
"public" }, "repository": { "type": "git", "url":
8-
"git+https://github.com/openpatch/bitflow.git", "directory": "packages/input-{{dashCase
9-
name
10-
}}" }, "bugs": { "url": "https://github.com/openpatch/bitflow/issues" },
11-
"scripts": { "prebuild": "rimraf dist", "version": "pnpm build", "lint": "tsc
12-
--noEmit", "test": "jest --env=jsdom --passWithNoTests", "build": "pnpm
13-
build:locales && pnpm build:pkg && pnpm build:types", "build:pkg": "node
14-
../../scripts/build.mjs", "build:locales": "vocab compile", "build:types": "tsc
15-
--project tsconfig.build.json --declaration --emitDeclarationOnly" },
16-
"dependencies": { "@bitflow/core": "workspace:*" }, "peerDependencies": {
17-
"@emotion/cache": "11.x", "@emotion/react": "11.x", "@emotion/styled": "11.x",
18-
"@openpatch/patches": "6.x", "@vocab/core": "1.x", "@vocab/react": "1.x",
19-
"react": "18.x", "react-dom": "18.x", "react-hook-form": "7.x", "zod": "3.x" },
20-
"devDependencies": { "@babel/core": "7.18.9", "@emotion/cache": "11.9.3",
21-
"@emotion/react": "11.9.3", "@emotion/styled": "11.9.3", "@openpatch/patches":
22-
"6.0.1", "@types/react": "18.0.15", "@types/react-dom": "18.0.6", "@vocab/core":
23-
"1.1.0", "@vocab/react": "1.1.2", "react": "18.2.0", "react-dom": "18.2.0",
24-
"react-hook-form": "7.33.1", "zod": "3.17.9" } }
1+
{
2+
"name": "@bitflow/input-{{dashCase name}}",
3+
"version": "0.0.0",
4+
"author": "Mike Barkmin",
5+
"homepage": "https://github.com/openpatch/bitflow#readme",
6+
"license": "MIT",
7+
"main": "dist/index.cjs.js",
8+
"module": "dist/index.esm.mjs",
9+
"types": "dist/index.d.ts",
10+
"typings": "dist/index.d.ts",
11+
"sideEffects": false,
12+
"exports": {
13+
".": {
14+
"require": "./dist/index.cjs.js",
15+
"default": "./dist/index.esm.mjs"
16+
}
17+
},
18+
"files": [
19+
"dist"
20+
],
21+
"publishConfig": {
22+
"access": "public"
23+
},
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/openpatch/bitflow.git",
27+
"directory": "packages/input-{{dashCase name}}"
28+
},
29+
"bugs": {
30+
"url": "https://github.com/openpatch/bitflow/issues"
31+
},
32+
"scripts": {
33+
"prebuild": "rimraf dist",
34+
"version": "pnpm build",
35+
"lint": "tsc --noEmit",
36+
"test": "jest --env=jsdom --passWithNoTests",
37+
"build": "pnpm build:locales && pnpm build:pkg && pnpm build:types",
38+
"build:pkg": "node ../../scripts/build.mjs",
39+
"build:locales": "vocab compile",
40+
"build:types": "tsc --project tsconfig.build.json --declaration --emitDeclarationOnly"
41+
},
42+
"dependencies": {
43+
"@bitflow/core": "workspace:*"
44+
},
45+
"peerDependencies": {
46+
"@emotion/cache": "11.x",
47+
"@emotion/react": "11.x",
48+
"@emotion/styled": "11.x",
49+
"@openpatch/patches": "6.x",
50+
"@vocab/core": "1.x",
51+
"@vocab/react": "1.x",
52+
"react": "18.x",
53+
"react-dom": "18.x",
54+
"react-hook-form": "7.x",
55+
"zod": "3.x"
56+
},
57+
"devDependencies": {
58+
"@babel/core": "7.18.9",
59+
"@emotion/cache": "11.9.3",
60+
"@emotion/react": "11.9.3",
61+
"@emotion/styled": "11.9.3",
62+
"@openpatch/patches": "6.0.1",
63+
"@types/react": "18.0.15",
64+
"@types/react-dom": "18.0.6",
65+
"@vocab/core": "1.1.0",
66+
"@vocab/react": "1.1.2",
67+
"react": "18.2.0",
68+
"react-dom": "18.2.0",
69+
"react-hook-form": "7.33.1",
70+
"zod": "3.17.9"
71+
}
72+
}
Lines changed: 72 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,72 @@
1-
{ "name": "@bitflow/start-{{dashCase name}}", "version": "0.0.0", "author":
2-
"Mike Barkmin", "homepage": "https://github.com/openpatch/bitflow#readme",
3-
"license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.esm.mjs",
4-
"types": "dist/index.d.ts", "typings": "dist/index.d.ts", "sideEffects": false,
5-
"exports": { ".": { "require": "./dist/index.cjs.js", "default":
6-
"./dist/index.esm.mjs" } }, "files": [ "dist" ], "publishConfig": { "access":
7-
"public" }, "repository": { "type": "git", "url":
8-
"git+https://github.com/openpatch/bitflow.git", "directory": "packages/start-{{dashCase
9-
name
10-
}}" }, "bugs": { "url": "https://github.com/openpatch/bitflow/issues" },
11-
"scripts": { "prebuild": "rimraf dist", "version": "pnpm build", "lint": "tsc
12-
--noEmit", "test": "jest --env=jsdom --passWithNoTests", "build": "pnpm
13-
build:locales && pnpm build:pkg && pnpm build:types", "build:pkg": "node
14-
../../scripts/build.mjs", "build:locales": "vocab compile", "build:types": "tsc
15-
--project tsconfig.build.json --declaration --emitDeclarationOnly" },
16-
"dependencies": { "@bitflow/core": "workspace:*" }, "peerDependencies": {
17-
"@emotion/cache": "11.x", "@emotion/react": "11.x", "@emotion/styled": "11.x",
18-
"@openpatch/patches": "6.x", "@vocab/core": "1.x", "@vocab/react": "1.x",
19-
"react": "18.x", "react-dom": "18.x", "react-hook-form": "7.x", "zod": "3.x" },
20-
"devDependencies": { "@babel/core": "7.18.9", "@emotion/cache": "11.9.3",
21-
"@emotion/react": "11.9.3", "@emotion/styled": "11.9.3", "@openpatch/patches":
22-
"6.0.1", "@types/react": "18.0.15", "@types/react-dom": "18.0.6", "@vocab/core":
23-
"1.1.0", "@vocab/react": "1.1.2", "react": "18.2.0", "react-dom": "18.2.0",
24-
"react-hook-form": "7.33.1", "zod": "3.17.9" } }
1+
{
2+
"name": "@bitflow/start-{{dashCase name}}",
3+
"version": "0.0.0",
4+
"author": "Mike Barkmin",
5+
"homepage": "https://github.com/openpatch/bitflow#readme",
6+
"license": "MIT",
7+
"main": "dist/index.cjs.js",
8+
"module": "dist/index.esm.mjs",
9+
"types": "dist/index.d.ts",
10+
"typings": "dist/index.d.ts",
11+
"sideEffects": false,
12+
"exports": {
13+
".": {
14+
"require": "./dist/index.cjs.js",
15+
"default": "./dist/index.esm.mjs"
16+
}
17+
},
18+
"files": [
19+
"dist"
20+
],
21+
"publishConfig": {
22+
"access": "public"
23+
},
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/openpatch/bitflow.git",
27+
"directory": "packages/start-{{dashCase name}}"
28+
},
29+
"bugs": {
30+
"url": "https://github.com/openpatch/bitflow/issues"
31+
},
32+
"scripts": {
33+
"prebuild": "rimraf dist",
34+
"version": "pnpm build",
35+
"lint": "tsc --noEmit",
36+
"test": "jest --env=jsdom --passWithNoTests",
37+
"build": "pnpm build:locales && pnpm build:pkg && pnpm build:types",
38+
"build:pkg": "node ../../scripts/build.mjs",
39+
"build:locales": "vocab compile",
40+
"build:types": "tsc --project tsconfig.build.json --declaration --emitDeclarationOnly"
41+
},
42+
"dependencies": {
43+
"@bitflow/core": "workspace:*"
44+
},
45+
"peerDependencies": {
46+
"@emotion/cache": "11.x",
47+
"@emotion/react": "11.x",
48+
"@emotion/styled": "11.x",
49+
"@openpatch/patches": "6.x",
50+
"@vocab/core": "1.x",
51+
"@vocab/react": "1.x",
52+
"react": "18.x",
53+
"react-dom": "18.x",
54+
"react-hook-form": "7.x",
55+
"zod": "3.x"
56+
},
57+
"devDependencies": {
58+
"@babel/core": "7.18.9",
59+
"@emotion/cache": "11.9.3",
60+
"@emotion/react": "11.9.3",
61+
"@emotion/styled": "11.9.3",
62+
"@openpatch/patches": "6.0.1",
63+
"@types/react": "18.0.15",
64+
"@types/react-dom": "18.0.6",
65+
"@vocab/core": "1.1.0",
66+
"@vocab/react": "1.1.2",
67+
"react": "18.2.0",
68+
"react-dom": "18.2.0",
69+
"react-hook-form": "7.33.1",
70+
"zod": "3.17.9"
71+
}
72+
}
Lines changed: 73 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,73 @@
1-
{ "name": "@bitflow/task-{{dashCase name}}", "version": "0.0.0", "author": "Mike
2-
Barkmin", "homepage": "https://github.com/openpatch/bitflow#readme", "license":
3-
"MIT", "main": "dist/index.cjs.js", "module": "dist/index.esm.mjs", "types":
4-
"dist/index.d.ts", "typings": "dist/index.d.ts", "sideEffects": false,
5-
"exports": { ".": { "require": "./dist/index.cjs.js", "default":
6-
"./dist/index.esm.mjs" } }, "files": [ "dist" ], "publishConfig": { "access":
7-
"public" }, "repository": { "type": "git", "url":
8-
"git+https://github.com/openpatch/bitflow.git", "directory": "packages/task-{{dashCase
9-
name
10-
}}" }, "bugs": { "url": "https://github.com/openpatch/bitflow/issues" },
11-
"scripts": { "prebuild": "rimraf dist", "version": "pnpm build", "lint": "tsc
12-
--noEmit", "test": "jest --env=jsdom --passWithNoTests", "build": "pnpm
13-
build:locales && pnpm build:pkg && pnpm build:types", "build:pkg": "node
14-
../../scripts/build.mjs", "build:locales": "vocab compile", "build:types": "tsc
15-
--project tsconfig.build.json --declaration --emitDeclarationOnly" },
16-
"dependencies": { "@bitflow/core": "workspace:*", "immer": "^9.0.3" },
17-
"peerDependencies": { "@emotion/cache": "11.x", "@emotion/react": "11.x",
18-
"@emotion/styled": "11.x", "@openpatch/patches": "6.x", "@vocab/core": "1.x",
19-
"@vocab/react": "1.x", "react": "18.x", "react-dom": "18.x", "react-hook-form":
20-
"7.x", "zod": "3.x" }, "devDependencies": { "@babel/core": "7.18.9",
21-
"@emotion/cache": "11.9.3", "@emotion/react": "11.9.3", "@emotion/styled":
22-
"11.9.3", "@openpatch/patches": "6.0.1", "@types/react": "18.0.15",
23-
"@types/react-dom": "18.0.6", "@vocab/core": "1.1.0", "@vocab/react": "1.1.2",
24-
"react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.33.1", "zod":
25-
"3.17.9" } }
1+
{
2+
"name": "@bitflow/task-{{dashCase name}}",
3+
"version": "0.0.0",
4+
"author": "Mike Barkmin",
5+
"homepage": "https://github.com/openpatch/bitflow#readme",
6+
"license": "MIT",
7+
"main": "dist/index.cjs.js",
8+
"module": "dist/index.esm.mjs",
9+
"types": "dist/index.d.ts",
10+
"typings": "dist/index.d.ts",
11+
"sideEffects": false,
12+
"exports": {
13+
".": {
14+
"require": "./dist/index.cjs.js",
15+
"default": "./dist/index.esm.mjs"
16+
}
17+
},
18+
"files": [
19+
"dist"
20+
],
21+
"publishConfig": {
22+
"access": "public"
23+
},
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/openpatch/bitflow.git",
27+
"directory": "packages/task-{{dashCase name}}"
28+
},
29+
"bugs": {
30+
"url": "https://github.com/openpatch/bitflow/issues"
31+
},
32+
"scripts": {
33+
"prebuild": "rimraf dist",
34+
"version": "pnpm build",
35+
"lint": "tsc --noEmit",
36+
"test": "jest --env=jsdom --passWithNoTests",
37+
"build": "pnpm build:locales && pnpm build:pkg && pnpm build:types",
38+
"build:pkg": "node ../../scripts/build.mjs",
39+
"build:locales": "vocab compile",
40+
"build:types": "tsc --project tsconfig.build.json --declaration --emitDeclarationOnly"
41+
},
42+
"dependencies": {
43+
"@bitflow/core": "workspace:*",
44+
"immer": "^9.0.3"
45+
},
46+
"peerDependencies": {
47+
"@emotion/cache": "11.x",
48+
"@emotion/react": "11.x",
49+
"@emotion/styled": "11.x",
50+
"@openpatch/patches": "6.x",
51+
"@vocab/core": "1.x",
52+
"@vocab/react": "1.x",
53+
"react": "18.x",
54+
"react-dom": "18.x",
55+
"react-hook-form": "7.x",
56+
"zod": "3.x"
57+
},
58+
"devDependencies": {
59+
"@babel/core": "7.18.9",
60+
"@emotion/cache": "11.9.3",
61+
"@emotion/react": "11.9.3",
62+
"@emotion/styled": "11.9.3",
63+
"@openpatch/patches": "6.0.1",
64+
"@types/react": "18.0.15",
65+
"@types/react-dom": "18.0.6",
66+
"@vocab/core": "1.1.0",
67+
"@vocab/react": "1.1.2",
68+
"react": "18.2.0",
69+
"react-dom": "18.2.0",
70+
"react-hook-form": "7.33.1",
71+
"zod": "3.17.9"
72+
}
73+
}

0 commit comments

Comments
 (0)