Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-codegen

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-codegen

Yeoman generator to scaffold new generators

  • 0.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

generator-codegen NPM version npm Build Status Dependency Status Coverage percentage code style: prettier NpmLicense

An opinionated generator to scaffold new generators

Introduction

This is a Yeoman generator to scaffold new generators. It can be used to generate follownig specialized generators:

  • General purpose Yeoman generator
  • JHipster Module

Installation

Use following command to globally install this generator:

yarn global add generator-codegen

Usage

  • Navigate to directory where you would like to scaffold new generator.

  • Use following command to scaffold generator :

    yo codegen
    
  • Provide appropriate prompt answers. This information will be used during generation.

  • You can also provide full name, email address, GitHub username information with command line arguments (in given order):

    yo codegen "<full name>" "<email address>" "<GitHub username>"
    
  • Resolve conflicts, if any.

  • After successful generation, you can try out new generator using yarn link.

License

MIT © Vishal Mahajan

Keywords

FAQs

Package last updated on 14 Jun 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc