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

@liangshen/alfred-npms

v1.0.1

Published

*Alfred工作流,使用Jenkins Remote Api构建项目*

Downloads

7

Readme

@liangshen/alfred-npms

Alfred工作流,使用Jenkins Remote Api构建项目

运行环境

  • MacOS
  • Nodejs 14.x.x
  • Alfred Powerpack

安装

npm i -g @liangshen/alfred-npms

使用方法

可使用 option + J 快捷键调出本工作流搜索框(或者调出alfred搜索框输入关键字 jenkins)

使用之前登记Jenkins地址 需要选择Login Jenkins回车

输入Jenkins URL地址

例: http://wangliang:[email protected]:6086

如果信息正确将提示

再次使用 option + J 快捷键调出本工作流搜索框(或者调出alfred搜索框输入关键字 jenkins)

按住command键+回车将构建选中项目

直接回车选中将在浏览器中打开项目

Changelog

  • 1.0.9
    1. [x] 搜索Jenkins项目时支持 使用'|'表示或逻辑 如:xxx|xxxx 支持使用'&'表示与逻辑如: xxx&xxx 俩个逻辑同时出现时做先'&'(与)逻辑
    2. [x] 首条添加Open Jenkins URL选项 回车直接在浏览器中打开jenkins地址
  • 1.0.8
    1. [x] 查询Jenkins中的所有Jobs时会实时显示Job正在构建的百分比进度
    2. [x] 列表中如果有Jobs正在构建, 由于实时查询列表, 鼠标选中元素也会实时回到列表的第一条Job上, 对于这种情况可以在搜索框最后(或最前)加上'!'符号, 表示不需要实时返回锁定列表结果
    3. [x] 选中一个正在构建中的Job 按住Command+回车可以取消本次的构建
  • 1.0.4
    1. [x] 可以配置Jenkins的URL
    2. [x] 查询Jenkins中的所有Jobs
    3. [x] 选中一个Job回车会使用Safari打开Jenkins中此Job的界面
    4. [x] 选中一个Job按住Command+回车可以直接构建此Job