Skip to content

Commit ecc63aa

Browse files
committed
feat: remove create-frourio-app
1 parent 659e8f9 commit ecc63aa

File tree

5 files changed

+31
-1479
lines changed

5 files changed

+31
-1479
lines changed

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@
1212

1313
"files.insertFinalNewline": true,
1414
"files.trimTrailingWhitespace": true,
15-
"files.trimFinalNewlines": true,
16-
17-
"explorer.fileNesting.enabled": true
15+
"files.trimFinalNewlines": true
1816
}

docs/reference/cfa/cui.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import BrowserOnly from '@docusaurus/BrowserOnly';
77
import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';
99
import BrowserWindow from '@site/src/components/BrowserWindow';
10-
import CFA from '@site/src/components/CFA';
1110

1211
## Frourio プロジェクトの生成 {#generate-frourio-project}
1312

@@ -54,10 +53,7 @@ yarn create frourio-app --answers ^"{\^"dir\^":\^"my-project\^"}^"
5453
</TabItem>
5554
</Tabs>
5655

57-
`--answers` オプションを使用すると、create-frourio-app は CUI モードで起動します。
58-
59-
オプションに渡す json は、[コマンドジェネレーター](#command-generator)で生成することができます。
60-
仕様を知る必要がある場合は、[内部実装](https://github.com/frouriojs/create-frourio-app/blob/main/server/common/prompts.ts)を参照してください。
56+
`--answers` オプションを使用すると、create-frourio-app は CUI モードで起動します。仕様を知る必要がある場合は、[内部実装](https://github.com/frouriojs/create-frourio-app/blob/main/server/common/prompts.ts)を参照してください。
6157

6258
生成が完了すると、[localhost:8000](http://localhost:8000) がブラウザで開かれ、選択したクライアントフレームワークが表示されます。
6359
(もし自動で開かない場合は、[localhost:8000](http://localhost:8000) を手動で開いてください。)
@@ -85,7 +81,3 @@ yarn create frourio-app --answers ^"{\^"dir\^":\^"my-project\^"}^"
8581
</BrowserWindow>
8682
</TabItem>
8783
</Tabs>
88-
89-
## コマンドジェネレーター {#command-generator}
90-
91-
<CFA />

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"deploy": "docusaurus deploy",
1111
"serve": "docusaurus serve",
1212
"typecheck": "tsc --noEmit",
13-
"lint": "yarn lint:js && yarn lint:prettier",
13+
"lint": "npm run lint:js && npm run lint:prettier",
1414
"lint:js": "eslint --ext .ts,.tsx,.js --ignore-path .gitignore .",
1515
"lint:prettier": "prettier --check \"./**/*.{ts,tsx,js,md,mdx}\" --ignore-path .gitignore",
1616
"lint:fix": "npm run lint:js -- --fix && prettier --write \"./**/*.{ts,tsx,js,md,mdx}\" --ignore-path .gitignore"
@@ -22,7 +22,6 @@
2222
"@mdx-js/react": "^1.6.22",
2323
"apexcharts": "^3.35.4",
2424
"clsx": "^1.2.1",
25-
"create-frourio-app": "^0.36.0",
2625
"dayjs": "^1.11.7",
2726
"markdown-it": "^13.0.1",
2827
"react": "^17.0.2",

src/components/CFA.tsx

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)