Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jedimahdi committed Feb 29, 2024
1 parent 9d52bcc commit 1c1fe7a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Flakeit

Make it easier to work with Nix flake templates.

## Usage

```sh
flakeit --help
flakeit add github:NixOS/templates
flakeit list
```

### fzf

```sh
flakeit list | fzf | xargs flakeit init -t
```

## Installation

### Install from source using cabal

```sh
git clone https://github.com/jedimahdi/flakeit.git
cd flakeit
cabal install exe:flakeit
```

### nix-env

```sh
nix-env -i -f https://github.com/jedimahdi/flakeit/archive/master.tar.gz
nix profile install github:jedimahdi/flakeit/latest
```

0 comments on commit 1c1fe7a

Please sign in to comment.