Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kadoshita/excitation
The CLI tool to generate IP addresses for documentation as defined by RFC5737
https://github.com/kadoshita/excitation
cli-tool documentation generator ip-address rfc5737
Last synced: 12 days ago
JSON representation
The CLI tool to generate IP addresses for documentation as defined by RFC5737
- Host: GitHub
- URL: https://github.com/kadoshita/excitation
- Owner: kadoshita
- License: mit
- Created: 2023-05-16T09:15:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-25T01:59:08.000Z (over 1 year ago)
- Last Synced: 2024-12-07T02:45:21.161Z (17 days ago)
- Topics: cli-tool, documentation, generator, ip-address, rfc5737
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# excitation
The CLI tool to generate IP addresses for documentation as defined by RFC5737## Example
```sh
$ ./excitation --help
The CLI tool to generate IP addresses for documentation as defined by RFC5737Usage: excitation [OPTIONS]
Options:
-n, --number Number of generate addresses [default: 1]
-b, --block Network block [default: 1]
-h, --help Print help
-V, --version Print version$ ./excitation -b 3 -n 4
203.0.113.60
203.0.113.15
203.0.113.187
203.0.113.100
```