A simple package to help create all new component boilerplate to a typescript NextJS project.
NPM
npm i https://github.com/TheHoltz/easycomponentfiles -gYarn
yarn global add https://github.com/TheHoltz/easycomponentfilescnc -n navbarThe cnc are the initials of "create new component", and then you can provide the name of the component with the argument -n.
The result of the command are the creation of the following files:
cnc -n utils/text/titleWith the above code, the files will be created relative to the components folder, as follows:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

