GithubHelp home page GithubHelp logo

mingpapa / bashly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dannyben/bashly

0.0 0.0 0.0 2.6 MB

Bash command line framework and CLI generator

Home Page: https://bashly.dannyb.co

License: MIT License

Shell 12.67% Ruby 86.14% AutoHotkey 0.93% Dockerfile 0.27%

bashly's Introduction

Bashly - Bash CLI Framework and Generator

Create feature-rich bash scripts using simple YAML configuration

Gem Version Build Status Maintainability


demo

Bashly is a command line application (written in Ruby) that lets you generate feature-rich bash command line tools.

Bashly lets you focus on your specific code, without worrying about command line argument parsing, usage texts, error messages and other functions that are usually handled by a framework in any other programming language.

It is available both as a ruby gem and as a docker image.

Bashly is Sponsored By

Documentation

How it works

  1. You provide a YAML configuration file, describing commands, sub-commands, arguments, and flags. Running bashly init creates an initial sample YAML file for you (example).
  2. Bashly then automatically generates a bash script (when you run bashly generate) that can parse and validate user input, provide help messages, and run your code for each command.
  3. Your code for each command is kept in a separate file, and can be merged again if you change it (example).

Features

Bashly is responsible for:

  • Generating a single, standalone bash script.

  • Generating a human readable, shellcheck-compliant and shfmt-compliant script.

  • Generating usage texts and help screens, showing your tool's arguments, flags and commands (works for sub-commands also).

  • Parsing the user's command line and extracting:

    • Optional or required positional arguments.
    • Optional or required option flags (with or without flag arguments).
    • Commands (and sub-commands).
    • Standard flags (like --help and --version).
  • Preventing your script from running unless the command line is valid.

  • Providing you with a place to input your code for each of the functions your tool performs, and merging it back to the final script.

  • Providing you with additional (optional) framework-style, standard library functions:

    • Color output.
    • Config file management (INI format).
    • YAML parsing.
    • Bash completions.
    • and more.

    Contributing / Support

If you experience any issue, have a question or a suggestion, or if you wish to contribute, feel free to open an issue or start a discussion.

Visit the How to contribute page for more information.

Stargazers and Forkers

Stargazers repo roster for @DannyBen/bashly

Forkers repo roster for @DannyBen/bashly

bashly's People

Contributors

dannyben avatar dennisrippinger avatar paulj avatar wolfgang42 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.