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

edge-launcher

v1.2.2

Published

Launcher for the Microsoft Edge browser.

Downloads

159,048

Readme

Microsoft Edge Launcher

A simple command line exe to launch the Microsoft Edge browser at a URL. Handy if you need to launch Microsoft Edge from the command line or a batch script etc.

Getting started

Binary download:

Download the latest exe from releases.

From NPM:

  1. Run npm install edge-launcher
  2. Open ./node_modules/edge-launcher/bin/MicrosoftEdgeLauncher.exe

Usage

MicrosoftEdgeLauncher.exe [url] -k

    url - The URL to open in Microsoft Edge.
    -k  - Keep this program alive for as long as the launched process is alive.

Visual Studio Launching Microsoft Edge

If you're using Visual Studio 2015 you don't need to do this as VS 2015 has built in support for Edge. If you are using an older version of VS and want to be able to F5 launch Edge you'll need to follow the steps below.

  1. Download latest exe from releases
  2. In Visual Studio open the “Browse With…” dialog (right click on a html file in solution explorer)
  3. Add a new program
  4. In the “Add Program” dialog
  5. Program: <path to MicrosoftEdgeLauncher.exe>
  6. Arguments: <leave empty>
  7. Friendly Name: Edge
  8. Once added you should now see “Microsoft Edge” in the F5 drop down
  9. This will not enable debugging of Script from VS, just launching

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.