https://github.com/hollodotme/v-archer
Tools for architectural decomposition and decision making written in V
https://github.com/hollodotme/v-archer
Last synced: about 1 month ago
JSON representation
Tools for architectural decomposition and decision making written in V
- Host: GitHub
- URL: https://github.com/hollodotme/v-archer
- Owner: hollodotme
- License: mit
- Created: 2023-07-17T12:53:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T11:39:36.000Z (over 1 year ago)
- Last Synced: 2025-01-22T05:42:45.689Z (3 months ago)
- Language: V
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# v-archer
Tools for architectural decomposition and descision making written in V
## Build
```shell
make
```## Run tests
```shell
make test
```## Update V and project dependencies
```shell
make update
```## Command line interface
You have to run `make` first to build the binary in `./bin/v-archer`.
You can check the options for each CLI command by running `./bin/v-archer help `.
### Identify and size
This command will identify all software components in a given path and calculate their size.
```shell
./bin/v-archer identify-and-size [path_to_project]
```