Giter Club home page Giter Club logo

lts-schedule's Introduction

lts

Current Version Build Status via Travis CI belly-button-style

A command line utility that generates the Node.js LTS schedule as a graph. Accepts JSON LTS data and a date range as inputs. Writes the LTS graph as HTML, SVG, and PNG files.

Example Usage

node bin/lts.js -s 2017-04-01 -e 2019-04-01 -h output.html -g output.svg -p output.png

Options

  • -d, --data - The path of the input JSON file. The JSON file should be of the same format as the one in Node's LTS repo. If this option is not provided, lts uses its own bundled JSON file.
  • -s, --start - The start date of the graph. Internally, this option is passed to new Date(). Optional. Defaults to the current date.
  • -e, --end - The end date of the graph. Internally, this option is passed to new Date(). Optional. Defaults to one year from the current date.
  • -h, --html - The location to write the HTML output file. Optional.
  • -g, --svg - The location to write the SVG output file. Optional.
  • -p, --png - The location to write the PNG output file. Uses svg2png under the hood. Optional.
  • -a, --animate - Animate the bars of the graph on load.
  • -m, --excludeMaster - Exclude the Master (unstable) bar that is ever-present at the top of the graph. Optional. Defaults to false
  • -n, --projectName - Provide a project name for the graph which will be displayed on the left axis beside each version. Optional. Defaults to Node.js

lts-schedule's People

Contributors

adrivanhoudt avatar cjihrig avatar mansona avatar sirgallifrey avatar

Watchers

 avatar

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.