Code Monkey home page Code Monkey logo

cocli's Introduction

Cocli

build deno module deno compatibility license

demo

A ligthweight git commit prompt system to ensure readable and descriptive commit for Deno ๐Ÿฆ•๐ŸŒฑ

Installation

deno install -A -r https://deno.land/x/cocli/cli.ts -n cocli

Directly Compiling Executable

wget -O - https://raw.githubusercontent.com/andostronaut/cocli/main/scripts/install.sh | bash

Quick Start

deno run -A -r https://deno.land/x/cocli/cli.ts

Commit Type

List of type available:

  • Feat - For new features (e.g., feat: implement --cache-to feature to export cache)
  • Fix - For improvements and bugfixes that do not introduce a feature (e.g., fix: improve error message)
  • Hotfix - For improvements and bugfixes that do not introduce a feature, directly in production mode (e.g., fix: improve success message)
  • Chore - General things that should be excluded (e.g., chore: clean up X)
  • Design - For design changes only (e.g., design: use rounded button)
  • Experiment - General things that should be in experiment (e.g., experiment: implement new query system in X)
  • Docs - For documentation changes only (e.g., docs: fix typo in X)
  • Refact - General things that should be restructured but not changing the original functionality (e.g., refact: move X to new file utils)
  • CI - For internal CI specific changes (e.g., ci: enable X for tests)
  • Infra - For infrastructure changes (e.g., infra: Enable cloudfront for X)
  • Test - For changes to tests only (e.g., test: check if X does Y)

LICENSE

MIT

cocli's People

Contributors

andostronaut avatar kant avatar dependabot[bot] avatar

Stargazers

Fitiavana Sambatra avatar IdealySoa avatar  avatar

Watchers

 avatar

Forkers

kant

cocli's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.