@yetanothertool/org-formation-mermaidjs

1.1.1 • Public • Published

Project Logo

org-formation MermaidJS

Report Bug · Request Feature


Table of Contents
  1. About
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

npm version


About

MermaidJS gwenerator using the organization.yml file

Technologies

This section covers the tools and packages used for the project,

  • NodeJS
  • org-formation
  • mermaidjs

Getting Started

Prerequisites

  • NodeJS
  • AWS

Installation

npm install -g @yetanothertool/org-formation-mermaidjs

Usage

CLI

yat-org-formation-mermaidjs ./organization.yml


Contributing

  1. Create a Feature Branch
  2. Commit your changes
  3. Push your changes
  4. Create a PR
Working with your local branch

Branch Checkout:

git checkout -b <feature|fix|release|chore|hotfix>/prefix-name

Your branch name must starts with [feature|fix|release|chore|hotfix] and use a / before the name; Use hyphens as separator; The prefix correspond to your Kanban tool id (e.g. abc-123)

Keep your branch synced:

git fetch origin
git rebase origin/master

Commit your changes:

git add .
git commit -m "<feat|ci|test|docs|build|chore|style|refactor|perf|BREAKING CHANGE>: commit message"

Follow this convention commitlint for your commit message structure

Push your changes:

git push origin <feature|fix|release|chore|hotfix>/prefix-name

Examples:

git checkout -b release/v1.15.5
git checkout -b feature/abc-123-something-awesome
git checkout -b hotfix/abc-432-something-bad-to-fix
git commit -m "docs: added awesome documentation"
git commit -m "feat: added new feature"
git commit -m "test: added tests"

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Package Sidebar

Install

npm i @yetanothertool/org-formation-mermaidjs

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

8.82 kB

Total Files

4

Last publish

Collaborators

  • tgingras