https://github.com/axodotdev/minimal-axolotlsay
a tutorial repo for oranda's quickstart, based on axolotlsay!
https://github.com/axodotdev/minimal-axolotlsay
Last synced: about 1 year ago
JSON representation
a tutorial repo for oranda's quickstart, based on axolotlsay!
- Host: GitHub
- URL: https://github.com/axodotdev/minimal-axolotlsay
- Owner: axodotdev
- License: apache-2.0
- Created: 2023-06-26T13:22:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T13:30:16.000Z (about 3 years ago)
- Last Synced: 2025-02-19T23:16:57.001Z (over 1 year ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# minimal-axolotlsay
> 💬 a CLI for learning to distribute CLIs in rust
## Usage
```sh
> axolotlsay "hello world"
+-------------+
| hello world |
+-------------+
/
≽(◕ ᴗ ◕)≼
```
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0))
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))
at your option.