An open API service indexing awesome lists of open source software.

https://github.com/nulladmin1/getflake

A cli tool to fetch my nix-flake-templates
https://github.com/nulladmin1/getflake

Last synced: about 1 year ago
JSON representation

A cli tool to fetch my nix-flake-templates

Awesome Lists containing this project

README

          

# `getflake`

Easily fetch my [Nix Flake Templates](https://github.com/nulladmin1/nix-flake-templates) using this `CLI` tool

![demo](./getflake.gif)

To run without installing:

```nix
nix run github:nulladmin1/getflake
```

## Usage

Run the app, and follow the steps.

## Run (after cloning)

### Using `Nix` (recommended)

```bash
nix run
```

### Using `Cargo`

```bash
cargo run
```