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
- Host: GitHub
- URL: https://github.com/neovici/cfg
- Owner: Neovici
- License: apache-2.0
- Created: 2021-03-19T08:35:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T09:00:06.000Z (about 1 year ago)
- Last Synced: 2025-04-07T09:37:54.528Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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'
```