create-nobuild
Version:
Make C projects easily with nob.h instead of CMake.
37 lines (36 loc) • 801 B
JSON
{
"name": "create-nobuild",
"version": "1.1.7-release.js.multiplatform",
"description": "Make C projects easily with nob.h instead of CMake.",
"main": "./src/setup.js",
"private": false,
"bin": {
"create-nobuild": "src/setup.js"
},
"dependencies": {
"simple-git": "^3.27.0"
},
"keywords": [
"C",
"c",
"CLI",
"cli",
"template",
"template-project",
"nob-h",
"nob-c",
"nobuild",
"nobuilder"
],
"author": "James Beans",
"license": "GPL-3.0-only",
"type": "commonjs",
"homepage": "https://github.com/monitio/nob-builder-template",
"repository": {
"type": "git",
"url": "git+https://github.com/monitio/nob-builder-template.git"
},
"bugs": {
"url": "https://github.com/monitio/nob-builder-template/issues"
}
}