https://github.com/zetavg/npm-nix-sample
https://github.com/zetavg/npm-nix-sample
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zetavg/npm-nix-sample
- Owner: zetavg
- Created: 2019-04-03T19:22:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T15:24:31.000Z (about 6 years ago)
- Last Synced: 2025-04-01T22:59:54.699Z (2 months ago)
- Language: Nix
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.