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

@2create/drone

v2.5.0

Published

2create's automation system

Downloads

219

Readme

Requirements

Installation

npm install -g @2create/drone

ConEmu(required for Windows 8, optional for Windows 7)

ConEmu is an advanced terminal which replaces the default Git bash terminal. It provides much, much more customization (full screen capability, proper marking, proper pasting, browser-like tabs) and works properly under Windows 8.

ConEmu Installation:

  1. Download: http://www.fosshub.com/ConEmu.html ( ConEmu Alpha, Installer (32-bit, 64-bit) )
  2. Install

How to add "ConEmu Here" context menu:

  1. Open ConEmu
  2. Press Win+Alt+P to open options menu
  3. Go to "Integration"
  4. Fill in (adjust Windows paths where appropriate):
    1. Menu item: "ConEmu Here" (or any text you want)
    2. Command: /icon "C:\Program Files (x86)\Git\etc\git.ico" /single /cmd {Git bash}
    3. Icon file: C:\Program Files (x86)\Git\etc\git.ico
  5. Click "Register"

Optional: How to run ConEmu with global shortcut:

  1. Create new Desktop Shortcut
  2. For target, enter: C:\ConEmu\ConEmu64.exe /icon "C:\Program Files (x86)\Git\etc\git.ico" /single /cmd {Git bash}
  3. For shortcut, enter your desired shortcut (e.g. Ctrl+Alt+`)

Optional: Example ConEmu configuration:

  1. Download http://nasko.int/share/ConEmu.xml
  2. Open ConEmu
  3. Press Win+Alt+P
  4. Click on "Import..." button
  5. Select the downloaded .xml file
  6. Click on "Save settings" after import is complete
  7. Restart ConEmu

Development guidelines

  1. Create a new branch from development
  2. Upon completion, merge --no-ff into development
  3. Delete branch

Color coding guidelines:

{c;c:progress} something is in progress; no user input needed {c;c:interaction} user input required {c;c:success} success {c;c:highlight} command hint or item of importance {c;c:error} error message {c;c:error_highlight} internal error message; most probably missing error code string {c;c:logical_block} not determined exactly; used only once for sub-process visual block begin/end