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

15 lines
476 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]
2023-12-24 05:00:26 +00:00
href: "https://git.jrpotter.com/r/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.
2024-01-09 23:24:27 +00:00
Originally motivated to serve as a better alternative to [Nix flake templates](https://github.com/NixOS/templates),
2023-12-17 15:16:04 +00:00
`bootstrap` allows you to provide different parameters to custom initialization
scripts akin to `npm init`, `django-admin startproject`, etc.