🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@openmrs/angularjs-openmrs-api

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openmrs/angularjs-openmrs-api

AngularJS (1.x) library for OpenMRS API

0.8.1
latest
Source
npm
Version published
Weekly downloads
6
20%
Maintainers
4
Weekly downloads
 
Created
Source

Build Status

JavaScript AngularJS (1.x) library exposing OpenMRS API

Usage

npm install @openmrs/angularjs-openmrs-api --save

ES6: import openmrsApi from '@openmrs/angularjs-openmrs-api';

ES5: var openmrsApi = require('@openmrs/angularjs-openmrs-api');

Development

You need to have Node 6.x installed. We recommend using nvm or nvm-windows to install Node.

Installing dependencies: npm install (once after code checkout or when dependencies change)

Development build: npm run build:dev

Clean build: npm run clean && npm run build:dev

Running tests continously: npm run test:dev

Production build: npm run build

Release: npm version 1.0.0 && git push upstream master && git push upstream --tags

Linking

Linking is a feature of npm, which allows you to modify the library and test modifications in your project.

  • Run npm link and npm run build from the lib directory.
  • Run npm link @openmrs/angularjs-openmrs-api from your project directory.
  • Build your project.

In order to unlink do:

  • Run npm unlink @openmrs/angularjs-openmrs-api and npm install from your project directory.
  • Build your project.

Keywords

angularjs

FAQs

Package last updated on 28 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts