generator-meteorapp

Scaffold out a Meteor 1.3 project

Usage no npm install needed!

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

README

generator-meteorapp

This generator will scaffold out a basic structure for Meteor 1.3

I follows the Meteor Guide

Installation

npm install -g yeoman generator-meteorapp

Generators

Available Generators:

App generator

yo meteorapp

For more information, check the specific README

Route generator

yo meteorapp:route

For more information, check the specific README

Component generator

yo meteorapp:component

For more information, check the specific README

Page generator

yo meteorapp:page

For more information, check the specific README

Roadmap

  • Add more support for react (routes, components and so on)

  • Add Page subgenerator

  • Add Layout subgenerator

  • Add Collection subgenerator

  • Check for something to import files automatically, so you don't need to import them manually