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

@captain_z/jayce

v0.0.17

Published

invention some efficiency tool

Downloads

2

Readme

@captain_z/jayce

automation tools for improve efficiency

Get Started

Global install from npm registry

npm i -g tsx
npm i -g @captain_z/jayce

Run the project in local

Clone

git clone https://github.com/codeshareman/tookit.git

Install

Run a command in the project root directory:

pnpm -r filter ./package/{your package name} install

Add Configuration

# configuration of jira command
JIRA_USER_NAME="your jira username"
JIRA_USER_PWD="your jira password"
JIRA_IP_HOST="youur jira ip"

# configuration of lanhai command
export LANHAI_SITE_URL="http://{your site domain}"
export LANHAI_API_ENDPOINT="http://{your site api endpoint}"
export LANHAI_USERNAME="{your username}"
export LANHAI_PASSWORD="{your password}"
export LANHAI_MATERIAL_DIR="{your product material dir}"

!!! remember to execute the command: source ~/.zshrc

Execute Command in your terminal

# such as lanhai command
jayce lanhai -k 美团单车

# result will like this
| TITLE                                    | PRODUCTNUM | PRICE  | ORIGINPRICE | STOCK |
|------------------------------------------|------------|--------|-------------|-------|
| 自营 【账号直充】美团单车骑行卡『7天』  | 6838       | ¥7.07 | ¥7.4300    | 9999  |
| 自营 【账号直充】美团单车骑行卡『1个月』 | 6837       | ¥15.18| ¥17.6800   | 9999  |
| 自营 【账号直充】美团单车骑行卡『3个月』 | 6836       | ¥49.76| ¥53.9100   | 9999  |
| 自营 【账号直充】美团单车骑行卡·7天『4次』| 6835       | ¥4.40 | ¥7.5400    | 9999  |
| 自营 【账号直充】美团单车骑行卡·7天『5次』| 6834       | ¥5.48 | ¥6.1000    | 9999  |
| 自营 【账号直充】美团单车骑行卡·15天『5次』| 6833       | ¥11.52| ¥11.52     | 9999  |
| 自营 【自动充值】美团单车骑行卡7天        | 4227       | ¥6.98 | ¥15.0000   | 9999  |
| 自营 【自动充值】美团单车骑行卡1个月      | 4226       | ¥15.06| ¥35.0000   | 9999  |
| 自营 【自动充值】美团单车骑行卡3个月      | 4225       | ¥49.31| ¥90.0000   | 9999  |
| 自营 【自动充值】美团单车骑行卡6个月      | 4224       | ¥90.96| ¥99.0000   | 9999  |
| 自营 【自动充值】美团单车骑行卡7天4次     | 4223       | ¥4.36 | ¥15.0000   | 9999  |
| 自营 【自动充值】美团单车骑行卡7天5次     | 4222       | ¥5.41 | ¥15.0000   | 9999  |
| 自营 【自动充值】美团单车骑行卡7天6次     | 4221       | ¥6.19 | ¥15.0000   | 9999  |
| 自营 【自动充值】美团单车骑行卡15天5次    | 4220       | ¥11.40| ¥20.0000   | 9999  |
| 自营 【自动充值】美团单车骑行卡30天30次   | 4219       | ¥14.62| ¥20.0000   | 9999  |

Command

jira

Usage: jayce jira [options]

login jira and auto resolve bug

Options:
  -h, --help  display help for command

lanhai

Usage: jayce lanhai [options]

login lanhai Mall and crawling data

Options:
  -k,--keyword <string>  search product by keyword
  -h, --help             display help for command