Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miomit/terminalcalculator
Terminal utility for calculating expressions with brackets
https://github.com/miomit/terminalcalculator
Last synced: 8 days ago
JSON representation
Terminal utility for calculating expressions with brackets
- Host: GitHub
- URL: https://github.com/miomit/terminalcalculator
- Owner: miomit
- License: gpl-3.0
- Created: 2022-07-23T16:35:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T18:32:07.000Z (over 2 years ago)
- Last Synced: 2024-03-11T10:32:49.540Z (8 months ago)
- Language: Swift
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TerminalCalculator
```
git clone https://github.com/yuraMovsesyan/TerminalCalculator.git
cd TerminalCalculator
```## Build
`swift build`
## Test
`swift test`
## Run
`swift run`