0.0.31 • Published 5 years ago

@farol/extension-crossref v0.0.31

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Farol Extension for crossreff

Install

Using NPM

  • To install, run: npm install farol/extension-crossref

  • To update, run: npm update farol/extension-crossref

Develop

NPM

Use npm link in the API project repository inside the extensions folder in order to store the link name and path in NPM.

On the project used to develop the library you can run npm link farol-extension-registration-custom and it will start using the development version from your API.

Publish

In order to release a new version you shall follow the steps bellow:

  1. Make the desired changes;
  2. Update CHANGELOG.md file;
  3. Commit your changes;
  4. Run the commands below:
  • Run
  npm version patch
  FAROL_SDK_VERSION=$(npx -c 'echo "$npm_package_version"')
  git commit -am"${FAROL_SDK_VERSION}"
  git tag ${FAROL_SDK_VERSION}
  git push && git push --tags
0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago