Inspiration
I was inspired by the npm run build command. On large projects it really takes a lot of time to run the npm run build command and the developer gets easily distracted in between that duration of time. So I thought why not make a CLI which reminds me when the npm run build is completed and that's the birth of buildnoticli
What it does
The developer gives the input of command which needs to be ran in order and at the end it sends a notification, so that the developer could know that the commands had been run.


How we built it
I have built the CLI using NodeJS and the following libraries:
- Inquirer : A npm package which allows to create amazing CLI UI's
Chalk : A npm for terminal color styling
Node notifier : A npm package for creating native cross platform notifications using NodeJS
ShellJS : A npm package which allows to execute unix shell commands on top of NodeJS API
What's next for buildnoticli
- Add arguments based commands
- Add a most similar command finder
- Add a terminal task list
Log in or sign up for Devpost to join the conversation.