create-fastkit-app
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -39,2 +39,3 @@ 'use strict'; | ||
'yorkie', | ||
'lint-staged', | ||
'npm-run-all', | ||
@@ -46,3 +47,3 @@ '@types/jest', | ||
'jest', | ||
'ts-jest', | ||
'esbuild-jest', | ||
'esbuild-register', | ||
@@ -353,2 +354,3 @@ 'eslint', | ||
name: r.name, | ||
hint: r.description, | ||
})), | ||
@@ -408,2 +410,3 @@ ]; | ||
name: r.name, | ||
hint: r.description, | ||
})), | ||
@@ -410,0 +413,0 @@ ]; |
@@ -39,2 +39,3 @@ 'use strict'; | ||
'yorkie', | ||
'lint-staged', | ||
'npm-run-all', | ||
@@ -46,3 +47,3 @@ '@types/jest', | ||
'jest', | ||
'ts-jest', | ||
'esbuild-jest', | ||
'esbuild-register', | ||
@@ -353,2 +354,3 @@ 'eslint', | ||
name: r.name, | ||
hint: r.description, | ||
})), | ||
@@ -408,2 +410,3 @@ ]; | ||
name: r.name, | ||
hint: r.description, | ||
})), | ||
@@ -410,0 +413,0 @@ ]; |
@@ -29,2 +29,3 @@ import path from 'path'; | ||
'yorkie', | ||
'lint-staged', | ||
'npm-run-all', | ||
@@ -36,3 +37,3 @@ '@types/jest', | ||
'jest', | ||
'ts-jest', | ||
'esbuild-jest', | ||
'esbuild-register', | ||
@@ -343,2 +344,3 @@ 'eslint', | ||
name: r.name, | ||
hint: r.description, | ||
})), | ||
@@ -398,2 +400,3 @@ ]; | ||
name: r.name, | ||
hint: r.description, | ||
})), | ||
@@ -400,0 +403,0 @@ ]; |
{ | ||
"name": "create-fastkit-app", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "create-fastkit-app", | ||
@@ -29,7 +29,7 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/dadajam4/fastkit/tree/dev/packages/create-fastkit-app#readme", | ||
"homepage": "https://github.com/dadajam4/fastkit/tree/main/packages/create-fastkit-app#readme", | ||
"dependencies": { | ||
"cac": "^6.7.0", | ||
"chalk": "^4.0.0", | ||
"enquirer": "^2.3.5", | ||
"chalk": "^4.1.0", | ||
"enquirer": "^2.3.0", | ||
"eta": "^1.12.0", | ||
@@ -36,0 +36,0 @@ "fs-extra": "^9.1.0" |
@@ -1,1 +0,23 @@ | ||
# @fastkit/create-fastkit-app | ||
# create-fastkit-app | ||
> Create a [fastkit](https://github.com/dadajam4/fastkit) includes workkspace project in seconds | ||
## Usage | ||
Make sure you have [npx](https://www.npmjs.com/package/npx) installed (`npx` is shipped by default since [npm](https://www.npmjs.com/get-npm) `5.2.0`) | ||
```bash | ||
npx create-fastkit-app <my-project> | ||
``` | ||
Or starting with npm v6.1 you can do: | ||
```bash | ||
npm init fastkit-app@latest <my-project> | ||
``` | ||
Or with [yarn](https://yarnpkg.com/en/): | ||
```bash | ||
yarn create fastkit-app <my-project> | ||
``` |
{ | ||
"@types/express": "^4.17.13", | ||
"@types/jest": "^26.0.24", | ||
"@types/node": "^16.3.1", | ||
"@typescript-eslint/eslint-plugin": "^4.28.2", | ||
"@typescript-eslint/parser": "^4.28.2", | ||
"npm-run-all": "^4.1.5", | ||
"@types/node": "^16.3.2", | ||
"@typescript-eslint/eslint-plugin": "^4.28.3", | ||
"@typescript-eslint/parser": "^4.28.3", | ||
"@vitejs/plugin-vue": "^1.2.5", | ||
"@vitejs/plugin-vue-jsx": "^1.1.6", | ||
"@vue/compiler-sfc": "^3.1.4", | ||
"@vue/server-renderer": "^3.1.4", | ||
"@vueuse/head": "^0.6.0", | ||
"esbuild-register": "^2.6.0", | ||
@@ -13,3 +17,6 @@ "eslint": "^7.30.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-vue": "^7.13.0", | ||
"express": "^4.17.1", | ||
"jest": "^27.0.6", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.3.5", | ||
@@ -25,14 +32,6 @@ "prettier": "^2.3.2", | ||
"typescript": "^4.3.5", | ||
"vite": "^2.4.1", | ||
"vite": "^2.4.2", | ||
"vite-ssr": "^0.10.6", | ||
"jest": "^27.0.6", | ||
"ts-jest": "^27.0.3", | ||
"@vitejs/plugin-vue": "^1.2.4", | ||
"@vitejs/plugin-vue-jsx": "^1.1.6", | ||
"@vue/compiler-sfc": "^3.1.4", | ||
"@vue/server-renderer": "^3.1.4", | ||
"@vueuse/head": "^0.6.0", | ||
"eslint-plugin-vue": "^7.13.0", | ||
"vue": "^3.0.0", | ||
"vue-router": "^4.0.0" | ||
"vue": "^3.1.4", | ||
"vue-router": "^4.0.10" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
289558
181
1772
23
16
Updatedchalk@^4.1.0
Updatedenquirer@^2.3.0