0.0.7 • Published 6 years ago

@harvest-profit/api v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

CircleCI codecov

Installation

You can install this via NPM:

npm install @harvest-profit/api

Or Yarn:

yarn add @harvest-profit/api

Usage

import Api from 'harvest-profit-api';

Development

While developing, you may find it useful to preview your components. You can do so by running the development server with:

yarn start

To deploy a new version to NPM, bump the version number, commit/merge to master, and run the following:

yarn run clean
yarn run build

# Either NPM
npm publish
# Or Yarn, they do the same thing
yarn publish

License

This project is MIT licensed

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago