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

cmmt

v0.0.1

Published

personal commute manage client

Downloads

8

Readme

cmmt

출퇴근, 근무 시간을 기록하고 관리하기 위한 스크립트 모음.

cli client

구글 시트에 기록된 근무시간을 확인합니다.

oclif Version Downloads/week License

development

$ npm install
$ npm link .

usage

$ npm install -g cmmt
$ cmmt --help
$ cmmt
Query Sheet... done

Date  Duration (minutes)
02/17 07:53    473
02/18 08:28    508
02/19 07:30    450
02/20 08:03    483
02/21 08:15    495

Name           Duration
total          40:09
total (+today) 40:09
left           -00:09
left  (+today) -00:09

publish

$ npm version (major|minor|patch)
$ npm publish

Apps Script

clasp

출근과 퇴근 시각을 지정된 구글 시트에 기록합니다. iOS Shortcuts 앱에서 clasp 으로 배포된 Apps Script 에 HTTP GET 요청을 보내 실행합니다.

setup

clasp 을 설치합니다. clasp 으로 실행, 배포하기 위해 스크립트 프로젝트를 gcp연동합니다.

$ clasp login --creds cred.json
$ clasp create --rootDir scripts --parentId <DRIVE_ID>

development

$ clasp push
$ clasp run 'main' -p '["CLOCK_IN", "김경열", {"pad": "0211"}]'
$ clasp run 'query' -p '["김경열"]'
$ clasp logs --watch

deploy

$ clasp deployments
$ clasp deploy --deploymentId <DEPLOYMENT_ID>

iOS Shortcut

  • NFC 태그가 스캔되었을때 실행할 Shortcut 을 설정합니다.

Timing

출근, 퇴근에 걸린 시간을 Timing 에 기록합니다. iOS Shortcuts 앱에서 Timing Web API 를 호출해서 실행합니다.

  • NFC 태그가 스캔되었을때 실행할 Shortcut 을 설정합니다.