Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Weekly downloads
5
increased by150%
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.

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

In order to unlink do:

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

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc