Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anttargett/ant-cli-tool
A simple command line tool to print out askii Ants :ant:
https://github.com/anttargett/ant-cli-tool
ants askiiart cli nodejs
Last synced: 14 days ago
JSON representation
A simple command line tool to print out askii Ants :ant:
- Host: GitHub
- URL: https://github.com/anttargett/ant-cli-tool
- Owner: AntTargett
- Created: 2018-07-26T11:07:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T09:40:09.000Z (5 months ago)
- Last Synced: 2024-10-06T16:18:36.419Z (about 1 month ago)
- Topics: ants, askiiart, cli, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/imanant
- Size: 10.3 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ant CLI Tool (ant tool)
The aim of this small project is to serve as a Template project for other command line Nodejs projects.
Idea from [Kyle Robinson Young](https://www.youtube.com/watch?v=C9xGEJ80jjs) who created a cli tool that printed out ascii art
Cli tool that prints out aski ant art when typing in the command ant :ant:
Find my package [here](https://www.npmjs.com/package/ant) :ant:
#### To install
npm install -g @anttargett/ant
#### Commands
Default command specification is the print command
- -h/--help : Lists out commands and options
- -v/--version: Displays version number
- list : List the files available in the asciiArt directory
- print : prints out a random ascii art based on the current file
- set [file] : Takes a filename arguement and sets the current file to that txt file#### Example
![](ant-example.gif)
## To do
- [x] Swap between files
- [x] Add Colour :ok_hand:
- [ ] Add documentation for adding your own ascii file
- [ ] Add gif to show CLI usage
- [ ] Update Feedback function
- [ ] Convert to Typescript
- [ ] Add Testing