Coder Social home page Coder Social logo

lane's Introduction

version tests license

lane

lane is a task automation helper.

Installation

The prefered method of installation is through asdf.

A lane plugin to install has been set up at asdf-lane.

Completion

You can set up auto completion by adding the following to your dot rc file:

~/.zshrc

source <(lane completion zsh)

~/.bashrc

source <(lane completion bash)

Manuals

lane

Google APIs

Mobile

Shell

lane's People

Contributors

codereaper avatar dependabot[bot] avatar

Watchers

 avatar James Cloos avatar  avatar

lane's Issues

Report exit code on test failure

The shell-run-github-workflow-tests task reports each failure and counts them, but it may be beneficial to report the actual exit code for failing tests.

It should be doable by manipulating the intermediate script on this line:

printf "if [ \$? -eq 0 ]; then printf \${GREEN}'Pass\n'\${NC}; PASS=\$((PASS+1)); else printf \${RED}'Fail\n'\${NC}; FAIL=\$((FAIL+1)); cat messages; fi;\n"

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.