A CLI for generating pages and pages component for next js project using material UI component
npm install next-js-template-generator
1. You need to install Node.js first, then install the tool globally using this command:
`````
yarn global add next-js-template-generator
``
or use
``
npm install -g next-js-template-generator
``
2. in your project run the package with terminal :
```
next-js-template-generator
---