portfolio/_posts/2023-11-17-bootstrap.md

16 lines
495 B
Markdown
Raw Normal View History

2023-12-17 15:16:04 +00:00
---
layout: post
2023-12-17 22:24:47 +00:00
title: Bootstrap
2023-12-17 15:16:04 +00:00
categories: project
tags: [c, nix]
href: "https://github.com/jrpotter/bootstrap"
2023-12-18 00:42:45 +00:00
image: shoelaces.jpg
2023-12-17 15:16:04 +00:00
---
A C-based CLI for initializing projects in a flexible but deterministic way.
Originally motivated to serve as a better alternative to
[Nix flake templates](https://github.com/NixOS/templates){:target="_blank"},
`bootstrap` allows you to provide different parameters to custom initialization
scripts akin to `npm init`, `django-admin startproject`, etc.