Skip to content

huuarena/arn-astrapi-service

Repository files navigation

Common helper functions for Node.js.

Installation

Install the package in your project directory with:

$ npm install arn-astrapi-service

or

$ yarn add arn-astrapi-service

Quick start

You can also use the default export, since the named export is just a re-export from the module factory:

import Astrapi from 'arn-astrapi-service'

If you use require for importing, only default export is available:

const Astrapi = require('arn-astrapi-service')

Documentation

Visit documentation guide to view the full documentation.

Contributing

Read the contributing guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.

Contributing is about more than just issues and pull requests!

Changelog

The changelog is regularly updated to reflect what's changed in each new release.

License

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published