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

hubot-late

v0.2.0

Published

record every late in your team

Downloads

29

Readme

hubot-late

record every late in your team

NOTE: this sciprt supprt hubot-bearychat adapter only. universal support and english version coming soon.

See src/late.js for detail.

Installation

Prepare

Please prepare hubot-bearychat according to the doc hubot-bearychat first.

Install

In hubot project repo, run:

npm install hubot-late --save

Then add hubot-late to your external-scripts.json:

[
  "hubot-late"
]

Sample Interaction

user>> 迟到 help
hubot>> 迟到相关暗语说明:
        1. @xxx 迟到了 => 添加当天迟到,HR 专用
        2. @xxx 没迟到 => 取消当天迟到,HR 专用
        3. @xxx n号迟到了 => 添加当月n号迟到,HR 专用
        4. @xxx n号没迟到 => 取消当月n号迟到,HR 专用
        5. @xxx 迟到几次了 => 查别人迟到
        6. 谁迟到了 => 今天谁迟到了
        7. 我迟到了 => 自己招了
        8. 我迟到几次了 => 查自己迟到
        9. 迟到汇总 => 月底算总帐,HR 专用
        10. 迟到管理员 => 列出所有迟到管理员,第一次使用的时候为初始化自己为迟到管理员
        11. 添加迟到管理员 @xxx => 添加迟到管理员
        12. 删除迟到管理员 @xxx => 删除迟到管理员
user>> 我迟到了
hubot>> 好~已经记下了,你很自觉
user>> 我迟到几次了
hubot>> 截至到目前,@tangxm 迟到了 1 次,分别是 16号

Setup

  1. set HUBOT_LATE_JSON_FILE="a json file path that store all data" (optional, otherwise hubot will use his brain)

NPM Module

https://www.npmjs.com/package/hubot-late