Giter Club home page Giter Club logo

bats-all's Introduction

bats-all

An aggregation of the three most popular Bats utility libraries

Summary

The three repositories are managed with git-subtree(1). They are the following:

Installation

With npm

npm install --save-dev @hyperupcall/bats-all

With Basalt

Use Basalt, a Bash package manager, to add this project as a dependency

basalt add hyperupcall/bats-all

You need to source this project manually (basalt.load 'github.com/hyperupcall/bats-alls' 'load.bash') within your tests. Entries are not added to this projects' sourceDirs because that would mean this library would be sourced, even when not testing

With Git

Using git-submodules(1):

git submodule add https://github.com/hyperupcall/bats-all ./vendor/bats-all

Using git-subtree(1):

git subtree --squash -P vendor/bats-all add https://github.com/hyperupcall/bats-all HEAD

License

Original code is licensed under CC0-1.0. Modifications are licensed under BSD-3-Clause

bats-all's People

Contributors

chadwhitacre avatar hyperupcall avatar jasonkarns avatar jlisee avatar juanibiapina avatar jwheeler31 avatar martin-schulze-vireso avatar nkakouros avatar peshay avatar potherca avatar salimhouari avatar stefanlasiewski avatar sublimino avatar tralston avatar ztombol avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

bats-all's Issues

Shellcheck files

There are some idiosyncrasies with whitespace in the various Bash files, but those won't be addressed for now. This issue should be closed when

  • All relevant Shellcheck errors are gone including
    • Unwanted glob expansion
    • Proper variable quoting
    • Not using deprecated backticks for subshell command execution

Apply low-hanging fruit fixes

This is a meta issue that tracks issues and PRs from repositories that were merged into this one that I likely plan to fix (at least initially). They include

Edit: Issues are now tracked in ./issues.md to prevent spamming references

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.