Git Product home page Git Product logo

strichliste-cli's Introduction

strichliste-cli

GoDoc

This program implements a command line client for hackerspace bootstrap's strichliste, which is a pretty neat tally sheet server.

Please note that this tool is of beta-level quality, but should suffice for basic use.

There's a sister project to this library, go-strichliste, which implements the REST client and API bindings.

Example

$ cat ~/.strichliste-cli/config.json
{
  "api-url": "https://demo.strichliste.org/api",
  "user": "jktr"
}

$ ./strichliste-cli user create --name jktr --balance 5.00
created user #1 (jktr)
created transaction #1
new balance for user #1 (jktr): 5.00€

$ ./strichliste-cli article create --name 'Mate Mate' --value 1.00
created article #1 (Mate Mate)

$ ./strichliste-cli buy --article 1 --count 3
created transaction #2
new balance for user #1 (jktr): 2.00€

License

Copyright (C) 2019 Konrad Tegtmeier

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Lesser GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

v1 API

There's a legacy strichlist-cli for the v1 API, which can be found here. It's deprecated; you should really migrate to Strichliste v2.

Acknowledgments

The structure of this program is heavily based on the one of Hetzner's hcloud tool. Thanks for open sourcing it!

strichliste-cli's People

Contributors

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