Coder Social home page Coder Social logo

laravel-versions-cli's Introduction

Laravel Versions CLI

Laravel Versions CLI

Introduction

Laravel Versions CLI provides a simple cli interface to laravel version information provided by Laravel Versions Website

Installation

Using npm

> npm install -g @codedungeon/laravel-versions-cli

Using yarn

> yarn add global @codedungeon/laravel-versions-cli

Usage

Laravel Versions CLI can be executed using laravel-versions-cli or lv. For more information, please refer to the options section below

Note: You may have an existing lv alias in your bash aliases which could override the lv alias

> laravel-versions-cli info

or using lv alias

> lv info

Options

๐Ÿšง laravel-versions-cli vX.X.X build XX
   Crafted with love by Mike Erickson ((https://github.com/mikeerickson))


๐Ÿ›   info
   Get version information for all Laravel projects

Usage:
  laravel-versions-cli info <options>

Options:
  --versions, -s          Versions (multiple separate with comma) [default: v5, v6, v7, v8]
  --limit, -l             Limit number of returned items [default: 4 last major releases]
  --showFuture, -f        Show Future Releases [default: true]

Examples:
  laravel-versions-cli info
  laravel-versions-cli info --versions 8
  laravel-versions-cli info --product laravel --limit 5
  laravel-versions-cli info --product laravel,lumen
  laravel-versions-cli info --list

Flags

Flag Alias Type Description Default
versions s string which version(s) you wish to show (values separated by comma) all versions
limit l number limits number of returned rows (not including future releases) 4
show-future f boolean show future releases true

Examples

Show only versions 7 and 8

> laravel-versions-cli info --versions 7,8

Show only last 4 major major

> laravel-versions-cli info --limit 4

Show only last 10 releases

> laravel-versions-cli info --limit 10

Don't inlcude future releases

> laravel-versions-cli info --show-future false

License

Copyright ยฉ 2021 Mike Erickson Released under the MIT license

Credits

laravel-versions-cli written by Mike Erickson

E-Mail: [email protected]

Issues: https://github.com/mikeerickson/laravel-versions-cli

Twitter: @codedungeon

Website: codedungeon.io

laravel-versions-cli's People

Contributors

mikeerickson avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.