generator-marino-gen

A Yeoman Generator with Marino's preferred project setup

Usage no npm install needed!

<script type="module">
  import generatorMarinoGen from 'https://cdn.skypack.dev/generator-marino-gen';
</script>

README

generator-marino-gen

Installation

Install yo (Yeoman)

npm install -g yo

Then, install the generator

npm install -g generator-marino-gen

Generate a project

(The generator does not create a root folder for you - please make sure to be in a folder where you want to have all the files)
Steps:

  • Make a new folder
  • Enter the folder
  • Open the command line in that folder
  • Type in the generation command
  • Answer the prompt(s)
  • And bam, there you have your project!
  • Make sure you edit the .env to your preferences

Generate an express project

yo marino-gen:express

More templates are on their way!


Issues & pull requests

You are more than welcome to contribute to this project. Got a problem when generating? Open an issue and I'll answer as fast as possible!

Want to contribute to the project? Open a pull request!