codeOfRobin / fast-cli-swift

[WIP]: A (rearchitected) Swift port of https://github.com/sindresorhus/fast-cli in Swift, no third party frameworks. No disrespect to the original author intended, this is purely academic work
5 stars 0 forks source link

Shiny loader and all its friends #3

Open codeOfRobin opened 4 years ago

codeOfRobin commented 4 years ago

The original fast-cli has an excellent UI. From the changing colors, to the spinny loader thing

I want that. That'd be nice.

codeOfRobin commented 4 years ago

First suggestion - go down the rabbit's nest of dependencies that fast-cli has: https://github.com/sindresorhus/ora https://github.com/chalk/chalk https://github.com/sindresorhus/meow https://github.com/sindresorhus/log-update

(Did Sindre Sorhus basically write all the CLI infrastructure in the node ecosystem? Wow, Neat)