npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

magic-conch-soragodong

v1.0.8

Published

풀리지 않는 문제가 있다면 마법의 소라고동에게 물어보세요

Downloads

30

Readme

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.