This commit is contained in:
Zengtudor 2024-08-12 17:07:22 +08:00
parent 85543d766c
commit fd1d436ff6
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
{ {
"cSpell.words": [ "cSpell.words": [
"cnmake",
"Zengtudor" "Zengtudor"
] ]
} }

View File

@ -1,4 +1,4 @@
# nmake # cnmake
一个用Nodejs作为框架编译C/C++的代码库,未来可能会支持更多语言 一个用Nodejs作为框架编译C/C++的代码库,未来可能会支持更多语言
@ -9,5 +9,5 @@ pnpm install
pnpm run dev pnpm run dev
# or # or
tsc -w tsc -w
node ./build/index.js node ./build/index.js -f [转移后的ts文件] -b
``` ```

View File

@ -1,5 +1,5 @@
{ {
"name": "nmake", "name": "cnmake",
"version": "0.0.1", "version": "0.0.1",
"description": "一个用Nodejs作为框架编译C/C++的代码库,未来可能会支持更多语言", "description": "一个用Nodejs作为框架编译C/C++的代码库,未来可能会支持更多语言",
"main": "./src/index.ts", "main": "./src/index.ts",