create-minista 2.5.0 → 2.6.0

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ## About
16
16
 
17
- You can start a minista project with a simple command entry.
17
+ 簡単なコマンド入力で [minista](https://minista.qranoko.jp/) のプロジェクトを開始できます。
18
18
 
19
19
  ## How To Use
20
20
 
@@ -26,12 +26,12 @@ $ npm init minista@latest
26
26
  $ npm init minista@latest my-minista-project -- --template ts
27
27
  ```
28
28
 
29
- | template | detail |
30
- | ------------ | ----------------------------------------- |
31
- | `basic` | TypeScript, Basic static site components |
32
- | `basic-sass` | TypeScript, Sitemap, Delivery Zip command |
33
- | `ts` | TypeScript minimum configuration |
34
- | `js` | JavaScript minimum configuration |
29
+ | テンプレート | 内容 |
30
+ | ------------ | ------------------------------------------------------------------------- |
31
+ | `basic` | 静的サイト制作用 / 基本のコンポーネント構成(TypeScript) |
32
+ | `basic-saas` | SaaS テンプレート制作用 / 納品用の目次, 納品用 Zip コマンド(TypeScript) |
33
+ | `ts` | TypeScript を使った最低限の構成 |
34
+ | `js` | JavaScript を使った最低限の構成 |
35
35
 
36
36
  ```bash
37
37
  # You can also use any GitHub repository
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-minista",
3
3
  "description": "Scaffolding for minista projects",
4
- "version": "2.5.0",
4
+ "version": "2.6.0",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "create-minista": "./cli.mjs"