conjur-api

Install dependencies

Usage no npm install needed!

<script type="module">
  import conjurApi from 'https://cdn.skypack.dev/conjur-api';
</script>

README

Conjur API for Node.js

Testing

  • Install dependencies
    $ npm install
  • Configure gulp reporting (optional)
    # To write reports to a file in xunit format
    $ export TEST_REPORTER=xunit-file
    $ export XUNIT_FILE=reports/report.xml
  • Run jslint and tests
    $ gulp