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

lisher

v1.11.30

Published

CLI | (Pub)lisher will release your NPM/GIT/VSCE project to the locations you choose.

Downloads

64

Readme

(Pub)lisher :rocket:

Build Status Issues Forks Stars License

Simple package publisher/releaser for your projects with live output!



:star: Features

Preview

Publish your module to NPM, GIT and VSCE with a single command.
You can choose where you want your module to be published.
Lisher will detect task managers as grunt and will ask you to run them before publishing!
You forgot to commit your changes? Don't worry, lisher will notify you and if you want you can also set the commit message in lisher itself for an even faster publication.

Publish providers

  • GIT
  • NPM (Node Package Manager)
  • VSCE (Visual Studio Code Extension [Marketplace])
  • Want more? Send an issue or pull request :)

Detections

  • Detect GIT repository
    • Detect unstaged changes
    • Commit unstaged changes (we will ask you first)
  • Detect NPM module
  • Detect VS Code extension
  • Detect Gruntfile
  • Want more? Send an issue or pull request :)

:package: Install

$ npm i -g lisher

:clipboard: Usage

Simply run this command in your project directory. It will start the publish wizard :sparkles:

$ lisher

Task managers

Grunt

If lisher detects a Gruntfile, it will ask you to run Grunt for you before publishing the module. If you select Yes (standard selection) lisher will run Grunt for you.

Publish to a git repository

If you have uncommited files, it's good to commit them before publishing the project. Lisher will ask you to do so if you haven't already.
Notice: When you commit your changes via the lisher interface you won't be able to set a commit message body for the sake of fast publishing.

  1. First of all start Lisher
$ lisher
  1. Select GIT
  2. Follow the instructions given by the terminal

Publish to NPM

If you have uncommited files, it's good to commit them before publishing the project. Lisher will ask you to do so if you haven't already.
Notice: When you commit your changes via the lisher interface you won't be able to set a commit message body for the sake of fast publishing.

  1. First of all start Lisher
$ lisher
  1. Select NPM
  2. Follow the instructions given by the terminal

Publish to the Visual Studio Code Marketplace

If you have uncommited files, it's good to commit them before publishing the project. Lisher will ask you to do so if you haven't already.
Notice: When you commit your changes via the lisher interface you won't be able to set a commit message body for the sake of fast publishing.

  1. First of all start Lisher
$ lisher
  1. Select VSCE
  2. Follow the instructions given by the terminal

:clapper: Preview

Outdated!

GIT

Preview GIT

GIT with dirty working directory

Preview GIT dirty workdir

Grunt task manager

Preview Grunt

NPM & GIT

Preview NPM

VSCE & GIT

Preview VSCE

License

MIT License

Copyright (c) 2018-2019 MarvinJWendt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.