NodeJS Interactive Terminal
This is a boilerplate for simple interactive terminal for nodeJS
How?
This little project works mainly with Inquirer by doing the questions and saving the response. The other dependencies are just for view like using ascii fonts with figlet and more colored console logs with chalk.
Why?
It's a anotation to myself for small projects and ideas that can use terminal system in JS or TS.
Eg. Opensea Collection Refresher made by myself for pure utiliy
How to use
- Clone the repository
- Use
yarn install
ornpm install
to install the dependencies - To start the project simply use
yarn start
ornpm run start
Disclaimer
Most logic in this repo was based on a article about the possibility to create a interactive terminal. See the original post here.