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

hci-ng

v1.1.0

Published

HCI Angular modules and components

Downloads

4

Readme

HCI Angular 2 Modules

This project contains all the HCI shared Angular 2 modules.

All modules are standalone packages, each producing an npm package in the @hci namespace. All of these modules are located in ./modules/@hci. The current modules are:

  1. @hci/user - Angular 2 User Library
  2. @hci/navigation - Angular 2 Navigation Library
  3. @hci/http - Angular 2 HTTP Utilities
  4. @hci/app-header - Angular 2 Application Header Library
  5. @hci/app-footer - Angular 2 Application Footer Library

There are some root level NPM scripts that are decide to help you execute common NPM operations on all of the modules at the same time. These script can take minutes to run and npm install can take the longest if you have never installed before. The uninstall script can also take several minutes to complete as there can be a large number of directories in the node_modules to remove.

  1. npm install - will execute npm install on all modules in ./modules/@hci
  2. npm run uninstall:all - will delete the node_modules directory in all modules in ./modules/@hci effectively "uninstalling" all the modules.
  3. npm run update:all - will execute npm update on all modules in ./modules/@hci
  4. npm run test:all - will execute npm test on all modules in ./modules/@hci

There is not a publish:all script, but there could be if we feel that is necessary. Publishing must be done from each module directory.

Development Notes:

You can import this entire project or you can import an individual module.