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

giki-helper

v1.0.1

Published

通过命令行辅助 [giki](https://giki.app/) 操作。

Downloads

3

Readme

giki-helper

通过命令行辅助 giki 操作。

注意

该库开发的初衷是:本地完成或存储于 git 仓库的文章能够快速发布于 giki 平台。

目前根据个人需求开发,所以仅支持发布。

执行操作查询文章的目录为 ./articles

用户 token 应当存放于 ./private-config.jsonkey 值为 gikiToken 用于发布获取(记得设置 .gitignore 忽略提交)。

{
  "gikiToken": "XXXX",
  "userName": "XXXX"
}

可查看 我的仓库 使用

安装

npm i giki-helper -g

使用

giki <command>

发布

giki publish