2.13.2 • Published 2 years ago

insite-kit v2.13.2

Weekly downloads
4
License
MIT
Repository
-
Last release
2 years ago

InsiteKit

This project contains the insite-kit library. The main purpose of this library is to provide external components and services to an angular application. The main application that this was created for was Hydroponics UI. This application became very complex, therefore abstracting out he common components and putting them in a seperate package to be used and tested individually made the development process easier.

Main Features

Quick Start

# Clone the repository
git clone https://github.com/trekhleb/insite-kit.git

# Go to repository folder
cd insite-kit

# Install all dependencies
npm install

# Build the library
npm run build

Getting Started

Dependencies

Node/NPM

Install latest Node and NPM following the instructions. Make sure you have Node version ≥ 14.0 and NPM ≥ 7.

Angular Application

An application that the library can be installed in is needed for the library to be useful. The main use of this library currently the Hydroponics UI repo.

Build the library 🚀 (Local)

  • npm run build for building the library once (both ESM and AOT versions).
  • npm run build:watch for building the library (both ESM and AOT versions) and watch for file changes.

Other commands

Version Bump

  • npm run version:patch for fixes or bugs.
  • npm run version:minor for additions or new features added to the project.
  • npm run version:major for major changes such as OS update, angular update, or config changes.

Test the library

  • npm run test for running all your *.spec.ts tests once. Generated code coverage report may be found in coverage folder.
  • npm run test:watch for running all you *.spec.ts and watch for file changes.

Library development workflow

In order to debug your library in browser you need to have Angular project that will consume your library, build the application and display it. For your convenience all of that should happen automatically in background so once you change library source code you should instantly see the changes in browser.

Local Development with Hydroponics UI

To test changes made to the library you can link the library changes with the local instance of the hydroponics ui repo (if you have it pulled down). Once they are linked, you can then make changes in the library and those changes will reflect in the local ui instance of the hydroponics system.

To do so you need to:

  1. Open two console instances.
  2. Launch library build in watch mode in first console instance by running npm run build:watch (assuming that you're in insite-kit root folder).
  3. Launch hydroponics ui project build (JIT version) in watch-mode by running npm run start.

As a result once you change library source code it will be automatically re-compiled and the the hydroponics ui will be automatically re-built and you will be able to see that changes in your browser instantly.

Using npm link

In you library root folder:

# Create symbolic link
npm link

# Build library in watch mode
npm run build:watch

In you project folder that should consume the library:

# Link you library to the project
npm link "insite-kit"

# Build your project. In case of Angular-CLI use the following command.
ng serve --aot

Contributors

  • Sam Butler
  • Josue Van Dyke
2.11.0

2 years ago

2.11.1

2 years ago

2.13.2

2 years ago

2.11.4

2 years ago

2.13.0

2 years ago

2.13.1

2 years ago

2.11.3

2 years ago

2.12.0

2 years ago

2.10.5

2 years ago

2.12.1

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.4.0

2 years ago

2.6.1

2 years ago

2.6.0

2 years ago

2.8.1

2 years ago

2.8.0

2 years ago

2.6.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

2.9.9

2 years ago

2.9.2

2 years ago

2.7.4

2 years ago

2.9.1

2 years ago

2.7.3

2 years ago

2.9.4

2 years ago

2.7.6

2 years ago

2.9.3

2 years ago

2.7.5

2 years ago

2.9.6

2 years ago

2.7.8

2 years ago

2.9.5

2 years ago

2.7.7

2 years ago

2.9.8

2 years ago

2.9.7

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

2.10.1

2 years ago

2.3.0

2 years ago

2.1.2

2 years ago

2.10.2

2 years ago

2.1.1

2 years ago

2.5.0

2 years ago

2.10.0

2 years ago

2.3.1

2 years ago

2.1.3

2 years ago

2.7.0

2 years ago

2.5.2

2 years ago

2.5.1

2 years ago

2.9.0

2 years ago

2.7.2

2 years ago

2.7.1

2 years ago

2.5.3

2 years ago

2.1.0

2 years ago

2.8.3

2 years ago

2.8.2

2 years ago

2.8.5

2 years ago

2.8.4

2 years ago

2.8.6

2 years ago

2.10.3

2 years ago

2.10.4

2 years ago

0.0.1

4 years ago