UNPKG

create-nobuild

Version:

Make C projects easily with nob.h instead of CMake.

27 lines (21 loc) 1.12 kB
# [nob](https://github.com/tsoding/nob.h)-builder template project This is a quick template project for [nob.h](https://github.com/tsoding/nob.h) . Use it for making C projects. --- <a href="https://www.npmjs.com/package/create-nobuild"> <img src="https://custom-icon-badges.demolab.com/badge/Package-NPM-red?style=for-the-badge&logo=npm&logoColor=white" /> </a> <a href="https://yarnpkg.com/package?q=create-nobuild&name=create-nobuild"> <img src="https://custom-icon-badges.demolab.com/badge/Package-Yarn-blue?style=for-the-badge&logo=yarn&logoColor=white" /> </a> --- ## Instructions: Start using this by: 1. Run the package: - [NPM](https://www.npmjs.com/package/create-nobuild): `npx create-nobuild@latest` - [Yarn](https://yarnpkg.com/package?q=create-nobuild&name=create-nobuild): `yarn create nobuild` - [PNPM](https://pnpm.io/): `pnpm create nobuild@latest` 2. Go into the `nob-builder-template` folder by: `cd nob-builder-template` 3. Run the build file: - Windows: [build.bat](./build.bat) - Bash and Zsh environments: [build.sh](./build.sh) - Fish environments: [build.fish](./build.fish)