Skip to content

Quick-Generator 3.0.1

Latest
Compare
Choose a tag to compare
@jaydenrasmussen jaydenrasmussen released this 24 Feb 22:27
· 3 commits to master since this release
0750b0d

Woohoo! Version 3.0 is here!

Squashed a bug that caused the routes folder from being written too and added a quick and dirty gitignore file to the repo commands

I've moved around some libraries, and refactored to use less library code and more language defaults. Also, now the generator implements git flavored sub commands and flagging.

Basics

qg <command> [options] [project]

flags
  • -r - initializes the new directory as a repo
commands
  • electron e - generates an electron app
  • go g - generates a go app
  • init i - generates a project directory
  • node n - generates a node app
  • micro m - generates micro app
  • polka p - generates polka app
  • express e - generates an express app
  • micro m - generates a zeit/micro app