https://github.com/axodotdev/axolotlsay
💬 a CLI for learning to distribute CLIs in rust
https://github.com/axodotdev/axolotlsay
cli learn-to-code rust
Last synced: about 1 year ago
JSON representation
💬 a CLI for learning to distribute CLIs in rust
- Host: GitHub
- URL: https://github.com/axodotdev/axolotlsay
- Owner: axodotdev
- License: apache-2.0
- Created: 2023-02-07T13:27:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T02:09:10.000Z (over 1 year ago)
- Last Synced: 2025-04-06T05:34:56.697Z (about 1 year ago)
- Topics: cli, learn-to-code, rust
- Language: Rust
- Homepage:
- Size: 84 KB
- Stars: 28
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
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
# 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.