Giter Site home page Giter Site logo

seidnerj / github-version-checker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from axelrindle/github-version-checker

0.0 0.0 0.0 3.68 MB

:mag: Simple version checker working with GitHub releases and the GitHub API.

Home Page: https://www.npmjs.com/package/github-version-checker

License: MIT License

JavaScript 3.82% TypeScript 95.51% Shell 0.67%

github-version-checker's Introduction

npm legacy npm node-current (scoped)

GitHub Workflow Status (CI) GitHub Workflow Status (Docs) Codacy grade Codacy coverage


๐Ÿšง Notice ๐Ÿšง

This project is being renamed to just version-checker as I plan to support other platforms than Github in the future.


version-checker

Simple version checker working with GitHub releases and the GitHub API.

Supported Node.js versions

>= 14

While versions below 14.x are not officially tested they might work anyway.

The build works on 12.x so usage should be safe.

Everything below 12.x is not guaranteed to work.

Is this ESM only?

No.

This module may be require'd (CommonJS) or imported (ESM).

I do not plan on making this an ESM only module in the near future.

Install

$ npm install @version-checker/core

Documentation

version-checker (axelrindle.github.io)

Contributing

Feel free to contribute to this project in any form. Just make sure to read the Code of Conduct.

Open an issue if there is anything you're having problems with.

Setup

First of all clone the git repository :)

$ git clone https://github.com/axelrindle/github-version-checker.git

and then install the dependencies

$ npm ci

By running npm ci instead of npm i it is ensured that the dependency tree is installed exactly as stated in the package-lock.json file. That guarantees the usage of identical dependency trees throughout development.

Working on the packages

  1. Bootstrap the Lerna environment
$ npx lerna bootstrap
  1. Do your changes on a seperate branch, e.g. feature/my-bug-fix

  2. When done, run tests using the following command:

$ npx lerna run test

Contributing to the documentation

All documentation resided within the docs/ directory. Is is built upon Docusaurus and primarily written in Markdown.

Install dependencies using

$ npm ci

and start the development server by running

$ npm start

To produce a production build, run

$ npm run build

That produces a static site which can be served using

$ npm run serve

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.