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 🙏

© 2026 – Pkg Stats / Ryan Hefner

prev-export-console

v1.0.3

Published

Esta es una aplicacion para ejecutar antes de exportar un proyecto ya que esta elimina comentarios y ofusca codigo, muy util para aplicaciones estaticas que tengan contacto directo con el usuraio final

Readme

Prev Export Console Tool

prev-export is a tool that is designed to run before launching a web page into production as it eliminates comments and obfuscates js code, it is a fairly initial and immature tool but I think it already has some form, although abstract, it is gaining power .

This library is based on nodejs so you will need it to be able to run it, if you are not good at handling the console you can also try the version with a graphical interface

Install

    npm -g install prev-export-console

Dependencies

  • NodeJs
  • Npm

How To Use

You can see the options panel with the command prev-export -h or prev-export --help, which will show something like this:

            Opciones:
                  --version  Muestra número de versión                            [booleano]
              -f, --file     Compile file                             [cadena de caracteres]
              -s, --files    Compile all files in array                              [tabla]
              -d, --dir      Compile all files in Directory           [cadena de caracteres]
              -o, --output   This is path where output all files
                                                            [cadena de caracteres] [defecto:
                                                                           "./build-export"]
              -h, --help     Muestra ayuda                                        [booleano]

Compile One File

For this action use prev-export -f <file_path> or prev-export --file <file_path>. Use this command to compile a js file or supported extensions.

Compile Multiple Files

For this action use prev-export -s [files_path] or prev-export --files [files_path] Use this command to compile multiple supported js files or extensions.

Compile All Files in Directory

For this action use prev-export -d <files_path> or prev-export --dir <dir_path> Use this command to compile all supported js files or extensions in this directory.

Change Output Folder

The default output directory is ./build-export but you can change it with the following command --output <dir_path> or -o <dir_path>

Note: this command does not save the location, it is only executed at the moment.

Please report all bugs and problems

Thanks for install this tool, for see more visit my web (Very soon I will add an app store)

Donate

ko-fi

Made with the ❤️ by SergioRibera