@farol/extension-crossref
TypeScript icon, indicating that this package has built-in type declarations

0.0.31 • Public • Published

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

/@farol/extension-crossref/

    Package Sidebar

    Install

    npm i @farol/extension-crossref

    Weekly Downloads

    1

    Version

    0.0.31

    License

    ISC

    Unpacked Size

    33.4 kB

    Total Files

    16

    Last publish

    Collaborators

    • felipeplets