Template generator cli project - This project is supposed to be a template generation for projects and file in popular programming languages using popular frameworks
Author: Ibiyemi Sanni
- NodeJS ( 14.x )
- npm ( 6.x )
Ensure you have node installed on your system, visit node.org to install. Once installed, open a terminal and run the command to confirm node is installed and see the current version
node -v
Clone or Download the repository from github.com/yemipedro07/generate-template. Extract to a folder and run npm install
git clone https://github.com/yemipedro07/generate-template.git
cd generate-template
npm install
npm link