Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mipmip/exact_online_cli
https://github.com/mipmip/exact_online_cli
eolibs exact-online
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mipmip/exact_online_cli
- Owner: mipmip
- License: mit
- Created: 2022-11-29T08:25:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T08:25:42.000Z (about 2 years ago)
- Last Synced: 2024-10-25T01:41:42.786Z (3 months ago)
- Topics: eolibs, exact-online
- Language: Ruby
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ExactOnlineCli
Exact Online Cli is a command line interface to the Exact Online Api.
It's lets you query your Companies Administration and update stuff.
It's intended to server as middleware for new applications, e.g. a Vim
plugin to submit working hours.## Installation
Add this line to your application's Gemfile:
```ruby
gem 'exact_online_cli'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install exact_online_cli
## Exact Authentication
TODO: Write usage instructions here
## Usage
Use the cli command ```eo``` to contact your Exact Online
Administration. The command is self explaining.Main command:
```bash
$ eoCommands:
eo account SUBCOMMAND ...ARGS # manage Exact Online accounts
eo contact SUBCOMMAND ...ARGS # manage Exact Online contacts
eo help [COMMAND] # Describe available commands or one specific command
eo project SUBCOMMAND ...ARGS # manage Exact Online projects
eo time SUBCOMMAND ...ARGS # manage Exact Online time transactions
eo version # display version
```Project command:
```bash
$ eo projectCommands:
eo project add [CODE] [ACCOUNTID] [DESCRIPTION] [TYPE] # new project: enter account, search code,
eo project attributes # list all attributes from projects
eo project devlist # dev mode list all projects
eo project help [COMMAND] # Describe subcommands or one specific subcommand
eo project jsonlist # list all projects to json
eo project list # list all projects
eo project search # search projects by keyword
eo project types # list project types
```## Contributing
1. Fork it ( https://github.com/[my-github-username]/exact_online_cli/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request