This is a simple script that generates a terminal screenshot.
- Clone the repository by running
git clone https://github.com/swastikians/terminal-screenshot-generator
command. - Navigate to the cloned repository by running
cd terminal-screenshot-generator
command. - Install the dependencies by running
npm install
command. - Modify the
src/names.ts
file for the name to be displayed in the terminal. - Modify
src/outputs.ts
file for the output to be displayed in the terminal. - Run
npm run generate
command
The generated images will be inside the output
folder.