🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@gridonic/generator

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gridonic/generator

Our yeoman generator.

latest
Source
npmnpm
Version
2.2.1
Version published
Maintainers
4
Created
Source

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.chgridonic.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

Keywords

yeoman

FAQs

Package last updated on 05 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts