cmyr-template-cli 1.30.7 → 1.31.1

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/dist/plopfile.js CHANGED
@@ -143,6 +143,14 @@ const TEMPLATES_META_LIST = [
143
143
  docker: true,
144
144
  priority: 0,
145
145
  },
146
+ {
147
+ name: 'hono-template',
148
+ language: 'typescript',
149
+ runtime: 'nodejs',
150
+ vueVersion: 0,
151
+ docker: true,
152
+ priority: 0,
153
+ },
146
154
  {
147
155
  name: 'tsup-template',
148
156
  language: 'typescript',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmyr-template-cli",
3
- "version": "1.30.7",
3
+ "version": "1.31.1",
4
4
  "description": "草梅友仁自制的项目模板创建器",
5
5
  "author": "CaoMeiYouRen",
6
6
  "license": "MIT",
@@ -54,7 +54,7 @@
54
54
  "cross-env": "^7.0.2",
55
55
  "cz-conventional-changelog-cmyr": "^1.0.0",
56
56
  "debug": "^4.3.1",
57
- "eslint": "8.57.0",
57
+ "eslint": "8.57.1",
58
58
  "eslint-config-cmyr": "^1.1.27",
59
59
  "husky": "^9.0.5",
60
60
  "lint-staged": "^15.0.1",
@@ -36,9 +36,9 @@
36
36
  <img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" />
37
37
  </a>
38
38
  <% } -%>
39
- <% if (licenseName) { -%>
39
+ <% if (license) { -%>
40
40
  <a href="<%= licenseUrl ? licenseUrl : '#' %>" target="_blank">
41
- <img alt="License: <%= licenseName %>" src="https://img.shields.io/github/license/<%= githubUsername %>/<%= projectName %>?color=yellow" />
41
+ <img alt="License: <%= license %>" src="https://img.shields.io/github/license/<%= githubUsername %>/<%= projectName %>?color=yellow" />
42
42
  </a>
43
43
  <% } -%>
44
44
  </p>
@@ -172,13 +172,13 @@
172
172
  [![Star History Chart](https://api.star-history.com/svg?repos=<%= authorGithubUsername %>/<%= projectName %>&type=Date)](https://star-history.com/#<%= authorGithubUsername %>/<%= projectName %>&Date)
173
173
  <% } -%>
174
174
 
175
- <% if (licenseName && licenseUrl) { -%>
175
+ <% if (license && licenseUrl) { -%>
176
176
  ## 📝 License
177
177
 
178
178
  <% if (authorName && authorGithubUsername) { -%>
179
179
  Copyright © <%= currentYear %> [<%= authorName %>](https://github.com/<%= authorGithubUsername %>).<br />
180
180
  <% } -%>
181
- This project is [<%= licenseName %>](<%= licenseUrl %>) licensed.
181
+ This project is [<%= license %>](<%= licenseUrl %>) licensed.
182
182
  <% } -%>
183
183
 
184
184
  ***