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

npm-webpack-boilerplate

v0.5.3

Published

Boilerplate for npm/node module. Write with webpack & ES6

Downloads

3

Readme

npm-webpack-boilerplate

Boilerplate for npm/node module. Write with webpack & ES6

How to get started

  1. Install node and npm.
  2. Clone this repo: git clone https://github.com/jeffgukang/npm-webpack-boilerplate.git YOUR-MODULE-NAME
  3. Change project name and basic setting through npm init.
  4. Install dependencies: npm install.
  5. Make your own module.

Commands

install

npm install

Dependency module install

build

npm run build

Do some magic with ES6 to create ES5 code.

test

npm run test

Run test with karma + jasmine

develop

npm run dev : Run develop server

You can see result in

  • OS X : http://0.0.0.0:8080,

  • Windows : http://localhost:8080

List of available tasks

clean

rm -f dist/*

Delete existing dist files

Description package.json

When you create an extension module to the node it can be deployed as a central repository via npm. package.json files were created characters contains information module for deployment, some applications written in the node can be managed using the package.json file. If not necessarily to be distributed in the form of expansion modules when you develop applications using package.json file is convenient because it allows dependency management for the expansion modules.

package.json file is basically faithful to follow the specification of which is CommonJS file in JSON format. Also directly create or may be automatically generated via npm init command. And information on the extension used for the application may automatically add the information to the module through the npm install -save.

License

MIT License

Copyright (c) 2016 KossHackaton OneTeam