create-a-npm 0.0.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.
package/LICENSE ADDED
@@ -0,0 +1,13 @@
1
+ Copyright (c) <2024> <letmiseesee>
2
+
3
+ Permission to use, copy, modify, and/or distribute this software for any
4
+ purpose with or without fee is hereby granted, provided that the above
5
+ copyright notice and this permission notice appear in all copies.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,26 @@
1
+ # is mi
2
+
3
+ long long ago, in i'm a child.
4
+
5
+ At that time, I was still in school and my English class was terrible.
6
+
7
+ In class, the foreign language teacher asked me to go to the podium to write English words.
8
+
9
+ and I wrote "This is mi" .
10
+
11
+ My classmates laughed uncontrollably when they saw it,
12
+
13
+ and then they called me 'is mi'
14
+
15
+ ## install
16
+
17
+ ```sh
18
+ npm install -g ismi
19
+ ```
20
+
21
+ ## Other languages
22
+
23
+ <table><tr>
24
+ <td><a href="https://github.com/lmssee/ismi/blob/main/README.md" target="_self">English</a></td>
25
+ <td><a href="https://github.com/lmssee/ismi/blob/main/自述文件.md" target="_self">中文</a></td>
26
+ </tr></table>
package/bin/index.js ADDED
@@ -0,0 +1,3 @@
1
+ #! /usr/bin/env node
2
+
3
+ import '../mjs/index.mjs';
package/package.json ADDED
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "create-a-npm",
3
+ "type": "module",
4
+ "version": "0.0.0",
5
+ "author": "lmssee <lmssee@outlook.com> (https://lmssee.com)",
6
+ "description": "a cli for create a node package module",
7
+ "scripts": {
8
+ "b": "rollup --config rollup.config.js && tsc -p tsconfig.types.json",
9
+ "build": "npx ixxx rm dist run b",
10
+ "clean": "npx ixxx up -d rm dist node_modules run npm install run b",
11
+ "diff": "npx ixxx pkg diff",
12
+ "test": "echo 'welcome to see mi, yes , is mi'"
13
+ },
14
+ "files": [
15
+ "out",
16
+ "types"
17
+ ],
18
+ "keywords": [
19
+ "create-a-npm",
20
+ "create-a-node-package-module"
21
+ ],
22
+ "license": "ISC",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/lmssee/.git"
26
+ },
27
+ "homepage": "https://lmssee.github.io/ismi",
28
+ "bugs": {
29
+ "url": "https://github.com/lmssee/ismi/issues",
30
+ "email": "lmssee@outlook.com"
31
+ },
32
+ "publishConfig": {
33
+ "access": "public",
34
+ "registry": "https://registry.npmjs.org/"
35
+ },
36
+ "dependencies": {
37
+ "ismi-command": "^0.0.13",
38
+ "ismi-js-tools": "^0.0.4",
39
+ "ismi-node-tools": "^0.0.14"
40
+ },
41
+ "devDependencies": {
42
+ "@eslint/js": "^9.6.0",
43
+ "@rollup/plugin-commonjs": "^25.0.8",
44
+ "@rollup/plugin-json": "^6.1.0",
45
+ "@rollup/plugin-node-resolve": "^15.2.3",
46
+ "@rollup/plugin-terser": "^0.4.4",
47
+ "@rollup/plugin-typescript": "^11.1.6",
48
+ "@types/node": "^20.14.10",
49
+ "eslint": "^8.57.0",
50
+ "eslint-config-prettier": "^9.1.0",
51
+ "globals": "^15.8.0",
52
+ "prettier": "^3.3.2",
53
+ "rollup": "^4.18.1",
54
+ "rollup-plugin-cleanup": "^3.2.1",
55
+ "rollup-plugin-copy": "^3.5.0",
56
+ "typescript": "^5.5.3",
57
+ "typescript-eslint": "^7.16.0"
58
+ },
59
+ "bin": {
60
+ "create-a-npm": "bin/index.js"
61
+ }
62
+ }
@@ -0,0 +1 @@
1
+ export {};