create-packer 1.13.1 → 1.13.2
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/LICENSE +21 -21
- package/README.md +18 -18
- package/bin/clis/createTemp.d.ts +5 -5
- package/bin/clis/createTemp.js +58 -58
- package/bin/index.d.ts +2 -2
- package/bin/index.js +10 -10
- package/bin/utils/index.d.ts +4 -4
- package/bin/utils/index.js +45 -45
- package/package.json +1 -1
- package/template/docusaurus/.gitignore +20 -20
- package/template/docusaurus/.prettierignore +6 -6
- package/template/docusaurus/.prettierrc.js +20 -20
- package/template/docusaurus/README.md +33 -33
- package/template/docusaurus/babel.config.js +3 -3
- package/template/docusaurus/blog/2019-05-28-hola.md +11 -11
- package/template/docusaurus/blog/2019-05-29-hello-world.md +17 -17
- package/template/docusaurus/blog/2019-05-30-welcome.md +13 -13
- package/template/docusaurus/docs/doc1/doc1.mdx +201 -201
- package/template/docusaurus/docs/doc1/doc2.mdx +5 -5
- package/template/docusaurus/docs/doc1/doc3.mdx +13 -13
- package/template/docusaurus/docs/doc1/doc4.mdx +23 -23
- package/template/docusaurus/docs/doc2/doc1.mdx +200 -200
- package/template/docusaurus/docs/doc2/doc2.mdx +5 -5
- package/template/docusaurus/docs/doc2/doc3.mdx +13 -13
- package/template/docusaurus/docs/doc2/mdx4.mdx +23 -23
- package/template/docusaurus/docusaurus.config.js +134 -134
- package/template/docusaurus/package.json +54 -54
- package/template/docusaurus/sidebars.js +14 -14
- package/template/docusaurus/src/css/custom.css +33 -33
- package/template/docusaurus/src/pages/index.tsx +18 -18
- package/template/docusaurus/static/img/undraw_docusaurus_mountain.svg +170 -170
- package/template/docusaurus/static/img/undraw_docusaurus_react.svg +169 -169
- package/template/docusaurus/tsconfig.json +4 -4
- package/template/lib/.changeset/README.md +8 -8
- package/template/lib/.changeset/config.json +11 -11
- package/template/lib/.gitignore +35 -35
- package/template/lib/package.json +30 -30
- package/template/lib/packages/test/.gitignore +35 -35
- package/template/lib/packages/test/package.json +13 -13
- package/template/lib/packages/test/src/index.ts +5 -5
- package/template/lib/packages/test/tsconfig.json +17 -17
- package/template/lib/pnpm-lock.yaml +2386 -2386
- package/template/lib/pnpm-workspace.yaml +2 -2
- package/template/nest/.eslintrc.js +25 -25
- package/template/nest/.gitignore +34 -34
- package/template/nest/.husky/_/.gitignore +1 -0
- package/template/nest/.husky/pre-commit +4 -4
- package/template/nest/.prettierrc +6 -6
- package/template/nest/README.md +73 -73
- package/template/nest/nest-cli.json +5 -5
- package/template/nest/src/app.controller.spec.ts +22 -22
- package/template/nest/src/app.controller.ts +12 -12
- package/template/nest/src/app.module.ts +10 -10
- package/template/nest/src/app.service.ts +8 -8
- package/template/nest/src/main.ts +10 -10
- package/template/nest/src/utils/transform.interceptor.ts +26 -26
- package/template/nest/test/app.e2e-spec.ts +24 -24
- package/template/nest/test/jest-e2e.json +9 -9
- package/template/nest/tsconfig.build.json +5 -5
- package/template/nest/tsconfig.json +21 -21
- package/template/react/.eslintrc +26 -1
- package/template/react/.gitignore +25 -25
- package/template/react/.husky/_/.gitignore +1 -0
- package/template/react/.husky/commit-msg +4 -4
- package/template/react/.husky/pre-commit +4 -4
- package/template/react/.prettierignore +4 -4
- package/template/react/.prettierrc +18 -18
- package/template/react/commitlint.config.cjs +1 -1
- package/template/react/index.html +13 -13
- package/template/react/jest.config.cjs +55 -55
- package/template/react/jest.setup.ts +5 -5
- package/template/react/package.json +2 -0
- package/template/react/postcss.config.cjs +9 -9
- package/template/react/stats.html +4044 -4044
- package/template/react/tailwind.config.cjs +8 -8
- package/template/react/tsconfig.json +25 -25
- package/template/react/tsconfig.node.json +9 -9
- package/template/vue/.eslintrc +24 -1
- package/template/vue/.husky/_/.gitignore +1 -0
- package/template/vue/.husky/commit-msg +4 -4
- package/template/vue/.husky/pre-commit +4 -4
- package/template/vue/.prettierignore +4 -4
- package/template/vue/commitlint.config.cjs +1 -1
- package/template/vue/index.html +13 -13
- package/template/vue/package.json +2 -0
- package/template/vue/postcss.config.cjs +9 -9
- package/template/vue/tailwind.config.cjs +8 -8
- package/template/vue/tsconfig.json +22 -22
- package/template/vue/tsconfig.node.json +9 -9
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "task-flow",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "",
|
|
5
|
-
"private": true,
|
|
6
|
-
"main": "index.js",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "pnpm -r run build",
|
|
9
|
-
"changeVersion": "pnpm changeset && pnpm changeset version && pnpm run clear:changelog",
|
|
10
|
-
"clear:changelog": "pnpm -r exec rimraf CHANGELOG.md",
|
|
11
|
-
"commit": "git add . && cz",
|
|
12
|
-
"push": "pnpm run commit && git push",
|
|
13
|
-
"login": "npm login --registry http://registry.npmjs.org",
|
|
14
|
-
"pub": "pnpm run changeVersion && pnpm run build && pnpm run push && pnpm -r publish --registry https://registry.npmjs.org"
|
|
15
|
-
},
|
|
16
|
-
"keywords": [],
|
|
17
|
-
"author": "kevily",
|
|
18
|
-
"license": "ISC",
|
|
19
|
-
"config": {
|
|
20
|
-
"commitizen": {
|
|
21
|
-
"path": "./node_modules/cz-adapter-eslint"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"@changesets/cli": "^2.25.2",
|
|
26
|
-
"commitizen": "4.2.4",
|
|
27
|
-
"cz-adapter-eslint": "0.3.0",
|
|
28
|
-
"rimraf": "3.0.2"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "task-flow",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"private": true,
|
|
6
|
+
"main": "index.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "pnpm -r run build",
|
|
9
|
+
"changeVersion": "pnpm changeset && pnpm changeset version && pnpm run clear:changelog",
|
|
10
|
+
"clear:changelog": "pnpm -r exec rimraf CHANGELOG.md",
|
|
11
|
+
"commit": "git add . && cz",
|
|
12
|
+
"push": "pnpm run commit && git push",
|
|
13
|
+
"login": "npm login --registry http://registry.npmjs.org",
|
|
14
|
+
"pub": "pnpm run changeVersion && pnpm run build && pnpm run push && pnpm -r publish --registry https://registry.npmjs.org"
|
|
15
|
+
},
|
|
16
|
+
"keywords": [],
|
|
17
|
+
"author": "kevily",
|
|
18
|
+
"license": "ISC",
|
|
19
|
+
"config": {
|
|
20
|
+
"commitizen": {
|
|
21
|
+
"path": "./node_modules/cz-adapter-eslint"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@changesets/cli": "^2.25.2",
|
|
26
|
+
"commitizen": "4.2.4",
|
|
27
|
+
"cz-adapter-eslint": "0.3.0",
|
|
28
|
+
"rimraf": "3.0.2"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
# compiled output
|
|
2
|
-
/dist
|
|
3
|
-
/node_modules
|
|
4
|
-
|
|
5
|
-
# Logs
|
|
6
|
-
logs
|
|
7
|
-
*.log
|
|
8
|
-
npm-debug.log*
|
|
9
|
-
pnpm-debug.log*
|
|
10
|
-
yarn-debug.log*
|
|
11
|
-
yarn-error.log*
|
|
12
|
-
lerna-debug.log*
|
|
13
|
-
|
|
14
|
-
# OS
|
|
15
|
-
.DS_Store
|
|
16
|
-
|
|
17
|
-
# Tests
|
|
18
|
-
/coverage
|
|
19
|
-
/.nyc_output
|
|
20
|
-
|
|
21
|
-
# IDEs and editors
|
|
22
|
-
/.idea
|
|
23
|
-
.project
|
|
24
|
-
.classpath
|
|
25
|
-
.c9/
|
|
26
|
-
*.launch
|
|
27
|
-
.settings/
|
|
28
|
-
*.sublime-workspace
|
|
29
|
-
|
|
30
|
-
# IDE - VSCode
|
|
31
|
-
.vscode/*
|
|
32
|
-
!.vscode/settings.json
|
|
33
|
-
!.vscode/tasks.json
|
|
34
|
-
!.vscode/launch.json
|
|
35
|
-
!.vscode/extensions.json
|
|
1
|
+
# compiled output
|
|
2
|
+
/dist
|
|
3
|
+
/node_modules
|
|
4
|
+
|
|
5
|
+
# Logs
|
|
6
|
+
logs
|
|
7
|
+
*.log
|
|
8
|
+
npm-debug.log*
|
|
9
|
+
pnpm-debug.log*
|
|
10
|
+
yarn-debug.log*
|
|
11
|
+
yarn-error.log*
|
|
12
|
+
lerna-debug.log*
|
|
13
|
+
|
|
14
|
+
# OS
|
|
15
|
+
.DS_Store
|
|
16
|
+
|
|
17
|
+
# Tests
|
|
18
|
+
/coverage
|
|
19
|
+
/.nyc_output
|
|
20
|
+
|
|
21
|
+
# IDEs and editors
|
|
22
|
+
/.idea
|
|
23
|
+
.project
|
|
24
|
+
.classpath
|
|
25
|
+
.c9/
|
|
26
|
+
*.launch
|
|
27
|
+
.settings/
|
|
28
|
+
*.sublime-workspace
|
|
29
|
+
|
|
30
|
+
# IDE - VSCode
|
|
31
|
+
.vscode/*
|
|
32
|
+
!.vscode/settings.json
|
|
33
|
+
!.vscode/tasks.json
|
|
34
|
+
!.vscode/launch.json
|
|
35
|
+
!.vscode/extensions.json
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "test",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"build": "tsc"
|
|
8
|
-
},
|
|
9
|
-
"license": "ISC",
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"typescript": "^4.8.4"
|
|
12
|
-
}
|
|
13
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "test",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"build": "tsc"
|
|
8
|
+
},
|
|
9
|
+
"license": "ISC",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"typescript": "^4.8.4"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
function run() {
|
|
2
|
-
console.log(1)
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
run()
|
|
1
|
+
function run() {
|
|
2
|
+
console.log(1)
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
run()
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"module": "CommonJS",
|
|
4
|
-
"esModuleInterop": true,
|
|
5
|
-
"allowSyntheticDefaultImports": true,
|
|
6
|
-
"allowJs": true,
|
|
7
|
-
"target": "ESNext",
|
|
8
|
-
"noImplicitAny": false,
|
|
9
|
-
"moduleResolution": "node",
|
|
10
|
-
"sourceMap": false,
|
|
11
|
-
"declaration": true,
|
|
12
|
-
"outDir": "dist",
|
|
13
|
-
"baseUrl": "."
|
|
14
|
-
},
|
|
15
|
-
"include": ["src/**/*"],
|
|
16
|
-
"exclude": ["node_modules/**/*"]
|
|
17
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"module": "CommonJS",
|
|
4
|
+
"esModuleInterop": true,
|
|
5
|
+
"allowSyntheticDefaultImports": true,
|
|
6
|
+
"allowJs": true,
|
|
7
|
+
"target": "ESNext",
|
|
8
|
+
"noImplicitAny": false,
|
|
9
|
+
"moduleResolution": "node",
|
|
10
|
+
"sourceMap": false,
|
|
11
|
+
"declaration": true,
|
|
12
|
+
"outDir": "dist",
|
|
13
|
+
"baseUrl": "."
|
|
14
|
+
},
|
|
15
|
+
"include": ["src/**/*"],
|
|
16
|
+
"exclude": ["node_modules/**/*"]
|
|
17
|
+
}
|