https://github.com/rasitds/northernlights-cli
Open-Source Repository of Northern Lights Command Line Interface written in C++
https://github.com/rasitds/northernlights-cli
Last synced: 11 months ago
JSON representation
Open-Source Repository of Northern Lights Command Line Interface written in C++
- Host: GitHub
- URL: https://github.com/rasitds/northernlights-cli
- Owner: rasitds
- License: cc0-1.0
- Created: 2021-10-09T08:54:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T10:57:59.000Z (over 3 years ago)
- Last Synced: 2025-02-13T02:46:03.037Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 164 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Northern Lights Command-line Interface
Command-line Interface for something cool
**Current Stage: `pre-alpha`**
Instructions for using the app:
> cd northernlights-cli
>
> mkdir build && cd build
>
> cmake ..
>
> make
### Libraries used in this app
[Termcolor](https://github.com/ikalnytskyi/termcolor)
[RapidJSON](https://github.com/Tencent/rapidjson)