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

https://github.com/zetavg/npm-nix-sample


https://github.com/zetavg/npm-nix-sample

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# npm-nix-sample

A sample Node.js cli app that can be installed by nix.

## Install

```
git clone https://github.com/zetavg/npm-nix-sample.git
cd npm-nix-sample
nix-env --install -f default.nix
```

## Usage

```
sample-bcrypt-cli --help
```

## Develop

Use `direnv` or `nix-shell`.