Code Monkey home page Code Monkey logo

ithouse-1's Introduction

Các động từ nên dùng trong message title

Add = Thêm vào mã nguồn. Ví dụ: chức năng, test, thư viện Drop = Xóa khỏi mã nguồn. Ví dụ: chức năng, test, thư viện Fix = Sửa trong mã nguồn. Ví dụ: lỗi, typo Bump = Thay đổi version. Ví dụ: nâng phiên bản một thư viện đang sử dụng Make = Thay đổi công cụ hoặc quy trình build liên quan hạ tầng Refactor = Sửa đổi nhằm mục đích tái cấu trúc mã nguồn cũ. Ví dụ: Tách logic xử lý trong controller layer về business layer Optimize = Sửa đổi nhằm mục đích tối ưu hiệu năng cho mã nguồn cũ. Ví dụ: Tối ưu hiệu năng chức năng tìm kiếm đơn hàng bằng cách sử dụng thêm caching layer để giảm thời gian truy vấn từ cơ sở dữ liệu. Reformat = Sửa đổi nhằm mục đích định dạng lại code cũ. Ví dụ: xóa khoảng trắng, dòng trắng sai coding convention Rephrase = Sửa đổi liên quan tài liệu trong source code. Ví dụ comment trong source code (TODO / FIXME / …) Document = Sửa đổi liên quan đến tài liệu bên ngoài source code. Ví dụ thêm mô tả vào file README.md

GENERATE DATA TOOL

install hygen

npm i -g hygen

GENERATE COMPONENT

hygen generate component <name>

GENERATE GRAPHQL

hygen generate graphql <module> -f <function-name>

GENERATE API

hygen generate api <name>

GENERATE JOB

hygen generate job <name>

GENERATE PROVIDER

hygen generate provider <path> -n <name>

GENREATE REPOSITORY

hygen generate provider <path> -n <name>

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.