This is a boilerplate for simple interactive terminal for nodeJS
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.
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 😉
- Clone the repository
- Use
yarn installornpm installto install the dependencies - To start the project simply use
yarn startornpm run start
Most logic in this repo was based on a article about the possibility to create a interactive terminal. See the original post here.