@visormatt/generator

1.1.3 • Public • Published

🤖 Generator

Monthly Downloads Total Downloads

NPM Version Dependabot CodeCov

Overview

This package was created to 🏎️💨 SPEED up the creation of 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

Readme

Keywords

Package Sidebar

Install

npm i @visormatt/generator

Weekly Downloads

36

Version

1.1.3

License

Apache-2.0

Unpacked Size

82.1 kB

Total Files

98

Last publish

Collaborators

  • visormatt