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

rf-lerna

v0.8.1

Published

Usage examples:

Downloads

1,306

Readme

Usage examples:

  $ rf-lerna zipbundle @xxx/admin-api  --target admin-api.zip
  lerna notice cli v0.1.0
  lerna info PackCommand.execute Packaged @xxx/types to /tmp/2f46060f-f7bc-4d26-aa07-da09d877966e/xxx-types-2.4.0.tgz
  lerna info PackCommand.execute Packaged @xxx/schemas to /tmp/5ffd1989-93c4-4b5b-91d4-ff8b5c1b24c5/xxx-schemas-2.4.6.tgz
  lerna info PackCommand.execute Packaged @xxx/logger to /tmp/a0d80fbd-a58f-41a7-8fc7-29389100dc05/xxx-logger-2.3.0.tgz
  lerna info PackCommand.execute Packaged @xxx/emails to /tmp/232097bb-36e1-419c-8ddd-d820d33f64b7/xxx-emails-2.4.11.tgz
  lerna info PackCommand.execute Packaged @xxx/db to /tmp/943acfe7-942a-437a-b948-b755a6697fe0/xxx-db-2.4.7.tgz
  lerna info PackCommand.execute Packaged @xxx/common to /tmp/8067b11b-2be1-45ec-ac3f-2d3cd38be7fd/xxx-common-2.4.15.tgz
  lerna info PackCommand.execute Packaged @xxx/admin-api to /tmp/60697e7e-a704-47b8-a2a4-c6a13105d4f6/xxx-admin-api-2.4.22.tgz
  lerna info PackCommand.installDependencies Installing dependencies in /tmp/b2fc76f8f2f7d088ebeb30e1475f6331
  lerna info PackCommand.createZipFile Running zip [ '-r', '/home/projects/xxx/xxx-monorepo/admin-api.zip', '.' ] { cwd: '/tmp/b2fc76f8f2f7d088ebeb30e1475f6331/package' }
  Wrote file /home/projects/xxx/xxx-monorepo/admin-api.zip

This creates a zip file that has node_modules inside with all the depenendencies installed (local and external). This is a format required by AWS Lambda handlers.

Legacy peer flag restores peerDependency installation behavior from npm version <7:

$ rf-lerna zipbundle @xxx/admin-api  --target admin-api.zip --legacy-peer-deps