Skip to content

red-panda-ci/generator-redpanda-node-module

Repository files navigation

NPM version Build Status Dependency Status Coverage percentage Build Status

generator-redpanda-node-module

Installation

First, install Yeoman and generator-redpanda-node-module using npm

npm install -g generator-redpanda-node-module

Then generate your new project:

yo generator-redpanda-node-module

Features

Publish

Execute the command npm run make:publish. If UPDATE_GIT_BRANCHES is 'true' branches develop and master will be update in remote and local repo.

npm run make:publish <VERSION> <UPDATE_GIT_BRANCHES>

# Example: npm run make:publish 1.0.0 true

License

MIT © red-panda-ci