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

https://github.com/neovici/cfg

configuration for Neovici frontend development
https://github.com/neovici/cfg

Last synced: 4 months ago
JSON representation

configuration for Neovici frontend development

Awesome Lists containing this project

README

          

# cfg
Neovici frontend development configuration

# nix flakes
See https://nixos.wiki/wiki/Flakes

## usage
```
# basic shell
nix develop github:Neovici/nix

# test shell
nix develop github:Neovici/nix#testShell --impure -c 'npm test'
```