A collection of bootstrappers to quickly start a project, powered by Nix flake's templates.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a personal collection of opinionated project templates to get you started with your favorite languages. Everything is simple to set up using Nix flake's template.
To set up a project on any of the languages available here, follow these simple steps.
Every template has its own requirements managed through a dev-shell in the flake, all you need is Nix.
- nix >= 2.28.4 (with flake templates)
- Create an empty directory where appropriate
mkdir my-awesome-project cd my-awesome-project - Initialize the directory with the required template
nix flake init -t "github:Zhaith-Izaliel/bootstrappers#rust" - You're all set to go!
As long as you know the name of the template, you can simply initialize a new directory with the corresponding command:
nix flake init -t "github:Zhaith-Izaliel/bootstrappers#name"With name being one of the subdirectory of this repo.
I will add more template as long as it fits my usage.
Of course, you are welcomed to provide your own bootstrapper or update one of them here. As long as the PR is comprehensive enough for me to maintain it or if you plan to help me maintain the bootstrappers if I don't use the languages you're using.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT. See LICENSE.md for more information.
Zhaith Izaliel - @zhaith-izaliel.bsky.social - zhaith.izaliel@silvered-ivy.games
Project Link: https://github.com/Zhaith-Izaliel/bootstrappers
- Best-README-Template for this README