hci-ng

1.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i hci-ng

Weekly Downloads

1

Version

1.1.0

License

MIT

Last publish

Collaborators

  • u0479064