🤖 Generator
Overview
This package was created to boilerplate
code & templates. It's easily configured and can be utilized across multiple projects. It can also be configured to share templates
or each project can supply their own. Even better you can create your own templates using the EJS syntax.
Checkout the docs folder for the project details.
Installation
Super simple just install it like any other NPM package. The only caveat is the --global
or -g
flag which will install this globally
for the version of NodeJS you're running. This is done to make use of the tool as a CLI script generate
allowing you to generate templates anywhere!
# Global installation
npm i @visormatt/generator -g
# Run from the project root
generate:setup
# And now from anywhere
generate