Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

gridonic/generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yeoman

Our opinionated Yeoman generator.


Installation

It’s advised to install it globally. Just run $ npm install --global @gridonic/generator.


How to use?

Since the generator exposes a set of commands and flags to our @gridonic/cli you can get an overview of all commands by running $ gridonic within your shell.

gridonic.ch ・ gridonic.github.io ・ @gridonic

Publishing

When ready to release, execute the following steps, given that all changes are commited in the master branch:

  • List changes in the CHANGELOG.md
  • Bump your version and automatically create a git tag with npm version <type>, where type is patch, minor or major
  • Push the master branch git push and the tags git push --tags
  • Create a release in github. A github action will then automatically publish the package to npm