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

blew

v0.0.3

Published

A terminal tool to http://blew.io :3

Downloads

14

Readme

Vimia/blew-cli

The blew Command line Tool.

######:construction: Warning: DO NOT use in production. The project still under development, we hope to release a stable version soon.

What ?

Well, blew is a developers tool to share codes, and pastes, and blew-cli is the Command line tool helper to make easy to spread your snippets.

:rocket: Getting Started

First of all, access blew.io, sign-up, and get your CLI Access Key¹²

  • ¹ - You can find you Key at CLI Page
  • ² - Do NOT share your Access Key, it's our way to authenticate you!

:electric_plug: Installing

We believe that you already installed [node], and [npm], so just:

$ sudo npm install blew -g

PS: This may take a while, depending on your computer and your network.

:lock: Authentication

After installing our npm package, you need to copy your access key from our website, and run the command below:

$ blew auth -k YOUR_KEY

If everything works fine, you should expect something like this:

$ YOUR_NAME, thanks for use blew, your terminal is ready for use!

Otherwise open an issue here with the problem, maybe a print or log.

:fire: Usage

Now you're ready to go, so see below some usage examples:

Default usage:
$ blew new <file> <options>

Options grid

| Option | Description | Example | | :-------------------------|:-----------------------------|:-------------------------------------------| | -f / --file ¹ | File path/name | main.c or ../../core/main.py | | -n / --name ² | Name for the paste | My_Paste, "My Code..." | | -l / --language | Language | JavaScript, JS, C, C++ ... | | -p / --private³ | Is it Private? | Put -p only if it is private | | -e / --expires | How long sould be available? | 1d (one day), 1m (one month), null (never) |

  • ¹: Required Field;
  • ²: If not fill, will have the same value as the file name;
  • ³: No need to fill up true/false, if there's a -p will be private; The default value is false;

:bar_chart: Badges

Travis License Downloads Stories in Ready Throughput Graph

:octocat: Want to help ?

So you're a kickass developer?

Checkout our issues and help us out.

:clap: We Use / Thanks to