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

ows-dev-flow

v1.0.0

Published

Automatic dev flow with Gitlab, Redmine, and RocketChat

Downloads

1

Readme

Hướng dẫn sử dụng:

Cách cài đặt

sudo npm install -g git+http://git.ows.vn:10180/souzou/ows-dev-flow.git#master

Các câu lệnh hiện tại

Login

odf login

Liên kết với các tài khoản của OWS. (Chỉ cần chạy ngay khi cài đặt) Nhập vào redmine_apikey và gitlab_token. Các thông tin này có thể lấy ở trang dưới đây: redmine_apikey: http://redmine.ows.vn/my/account gitlab_token: http://git.ows.vn/profile/personal_access_tokens

Init project

cd project
odf init

Init một dự án cụ thể và link sang redmine, chat, gitlab. redmine_project_identifier: Định danh của một dự án (hỏi PM). gitlab_project: Tên của dự án trên gitlab (hỏi PM). project_id: lựa chọn từ list liệt kê sau khi nhập tên dự án. chat_channel: link đến channel trên chat.ows.vn (hỏi PM).

List issues

odf me

Liệt kê các issue của mình

Start issue

odf start ISSUE_ID

Example: odf start 5513 Khi đó hệ thống sẽ kiểm tra xem issue này có dành cho bạn không và tự tạo branch đồng thời chuyển sang branch tương ứng. Ví dụ: feature_5513_add_time_log

Các câu lệnh của git

odf GIT_COMMAND

odf cũng được link trực tiếp sang các câu lệnh khác của git như:

odf status
odf log
odf add [files]
...

Commit các file thay đổi

odf commit

sau đó nhập comment muốn log lên hệ thống. hoặc commit nhanh với message đính kèm

odf commit -m "message here"

Ps: bạn sẽ tự động được cộng thời gian làm việc vào issue này trên hệ thôgns redmine.

Update %Done của issue

odf update PERCENT

Ps: bạn sẽ tự động được cộng thời gian làm việc vào issue này trên hệ thôgns redmine.

Ví dụ: "odf update 50" để cập nhật issue hiện tại thành 50%

Pause issue

odf pause

Ps: bạn sẽ tự động được cộng thời gian làm việc vào issue này trên hệ thôgns redmine.

Resume issue

odf resume

Finish một issue và tạo merge request

odf finish

Khi đó hệ thống sẽ tự động push lên git, đồng thời đưa các log lên channel chat, redmine

Ps: bạn sẽ tự động được cộng thời gian làm việc vào issue này trên hệ thôgns redmine.

Chuyển sang 1 issue mới khi đang làm 1 issue khác.

odf switch ISSUE_ID

Cũng giống như start 1 issue, khi đó bạn sẽ được chuyển sang branch dành cho issue mới này một cách tự động.

Các bước cần chuẩn bị với PM

  • Setting project trên redmine với các custome fields: short-des, Git: checkout from, Git: merge to.
  • Tạo channel chat trên chat.ows.vn và tạo hook url
  • Khi tạo issue cần khai báo thêm các trường sau (bắt buộc):
    • short-des
    • Git: checkout from
    • Git: merge to. và nãy suy nghĩ kỹ càng với các thông tin trên vì nó sẽ ảnh hưởng lớn đến kêt quả của issue.