1.0.8 β€’ Published 9 months ago

magic-conch-soragodong v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

MagicConch

🐚 What is MagicConch?

If you have an unsolvable problem, ask the magic conch

πŸ§™ Team

GP(Good People) & GP(Good Project)

πŸ’» Stack

Demo

Getting Started

npm i magic-conch-soragodong

Usage

node node_modules/magic-conch-soragodong/cli.js

Contributing

:loudspeaker: Commit Message Conventions

Commit Message Format

It is consist of subject, body, and footer.

Each part is separated by a single line.

<Commit Type>: subject // πŸ“ you can describe shortly about your commit

body // πŸ“ if you have to describe more detaily what you did, you can write down on this part. It is optional

footer // πŸ“ this part exists for tracking issue.
[Feat]: Add an authentication function   // subject part

User authentication was implemented using the Jwt token method // body part

Resolves: #18   // footer part

Commit Type

Must be one of the following:

  • Feat: A new feature
  • Fix: A bug fix
  • Docs: Documentation only changes
  • Style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • Refactor: A code change that neither fixes a bug nor adds a feature
  • Test: Adding missing or correcting existing tests
  • Chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
  • Design: Changes the Ui design (CSS, etc)
  • Comment: Changes comments
  • Init: Initial project setup
  • Rename: Changes file/folder name or the path
  • Remove: Files only remove

Subject Rule

  • Subject cannot be longer 50 characters.
  • don't use dot (.) at the end and special symbols.
  • use the imperative, present tense: "change" not "changed" nor "changes"
  • capitalize the first letter

Body Rule

  • Basically, body can be written selectively.
    • πŸ€” However, if it is not possible to explain simply with a subject, it is better to write it.
  • The content of the text should be written in as much detail as possible regardless of the amount, but it should not exceed 80 characters.
  • The content of the text must include an explanation of what was changed and why.

Footer Rule

[Issue tracker type]:#[Issue number]
ex-1). Resolves:#17
ex-2). Fixes: #17 Related to: #12, #16
  • Footer is phrases for issue tracking.
    • πŸ€” If it is not a commit linked to the issue, you can selectively write it.
  • Specify the type of issue.
  • When writing down multiple issue numbers, separate them with commas ().

Issue tracker type

Must be one of the following:

  • Fixes: Fix an issue that has not yet been resolved
  • Resolves: Issue resolved
  • Ref: Issue exists for reference
  • Related to: Unresolved issues associated with this commit

This software is provided under MIT License.

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4-beta

9 months ago

1.0.2-beta

9 months ago

1.0.1-beta

9 months ago

1.0.0-beta

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago