@anttargett/ant

1.0.0 • Public • Published

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 who created a cli tool that printed out ascii art

Cli tool that prints out aski ant art when typing in the command ant 🐜

Find my package here 🐜

To install

npm install -g 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

To do

  • [x] Swap between files
  • [x] Add Colour 👌
  • [ ] Add documentation for adding your own ascii file
  • [ ] Add gif to show CLI usage
  • [ ] Update Feedback function
  • [ ] Convert to Typescript
  • [ ] Add Testing

Package Sidebar

Install

npm i @anttargett/ant

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

676 kB

Total Files

19

Last publish

Collaborators

  • anttargett