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

mailscript

v0.4.24

Published

Configure and manipulate email pipeline in Mailscript from the cli

Downloads

55

Readme

Version Downloads/week License Main codecov GitHub Issues Contributions welcome Discord

Table of Contents 📚

Features

  • Low code automations for your emails
  • Create automations to filter and route emails as they hit your inbox.
  • Create an infinte number of email addresses, and automate them individually.
  • Parses every element of the email for you and provides a clean JSON object with all the metadata you will need.
  • No need to transfer over to another email provider: Use your current email provider with Mailscript.
  • Integrate your own custom coded email filters. Filter based on key words, or email header contents.
  • Redirect high priority emails to your primary inbox, keeping it clean of clutter.

Use Cases

  • Send a text message to your phone upon receiving an important email
  • Auto reply to first time senders.
  • Save important attachments to a file server, or location of choice.

Getting Started 🚀

Usage 👩‍💻

Install through npm

In order to use the Mailscript CLI, you must first install it with the global flag. Run the following:

$ npm install -g mailscript

Alternatively, you could install the dev version (not recommended!)

$ npm install -g https://github.com/mailscript/cli.git

Basic usage

$ mailscript COMMAND
running command...
$ mailscript (-v|--version|version)
mailscript/0.4.8 darwin-x64 node-v14.15.0
$ mailscript --help [COMMAND]
USAGE
  $ mailscript COMMAND
...

Login via local daemon

$ mailscript login
... 
You should see a browser window open prompting you to login to your Mailscript account. 
The daemon will handle the rest upon completion

Commands ⌨

Ready to dive into Mailscript? Read the command line documentation

Development 💬

Development information available here

License ⚖

CLI license: MIT