Giter VIP home page Giter VIP logo

bonzai-template's Introduction

๐ŸŒณ example

This is example. I have put it into a command branch for inclusion into my c Bonzai stateful command tree.

Installation

If you just want to try it out, grab the release binary with curl and put into your PATH:

curl -L https://github.com/tr00datp00nar/example/releases/latest/download/example-linux-amd64 -o ~/.local/bin/example
curl -L https://github.com/tr00datp00nar/example/releases/latest/download/example-darwin-amd64 -o ~/.local/bin/example
curl -L https://github.com/tr00datp00nar/example/releases/latest/download/example-darwin-arm64 -o ~/.local/bin/example
curl -L https://github.com/tr00datp00nar/example/releases/latest/download/example-windows-amd64 -o ~/.local/bin/example

Or with go:

go install github.com/tr00datp00nar/example/cmd/example@latest

Composed

package c

import (
	Z "github.com/rwxrob/bonzai/z"
    "github.com/tr00datp00nar/example"
)

var Cmd = &Z.Cmd{
	Name:     'c',
    Commands: []*Z.Cmd{help.Cmd, example.Cmd},
}

Resources

To learn more about Bonzai stateful command trees: https://github.com/rwxrob/bonzai

To see my personal Bonzai stateful command tree: https://github.com/tr00datp00nar/c

To see the original Bonzai stateful command tree z: https://github.com/rwxrob/z

bonzai-template's People

Contributors

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