Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nunux-keeper/keeper-cli
Nunux Keeper CLI
https://github.com/nunux-keeper/keeper-cli
cli content-curation go
Last synced: 2 months ago
JSON representation
Nunux Keeper CLI
- Host: GitHub
- URL: https://github.com/nunux-keeper/keeper-cli
- Owner: nunux-keeper
- License: gpl-3.0
- Created: 2016-08-14T18:04:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T18:44:22.000Z (over 7 years ago)
- Last Synced: 2024-08-03T22:19:28.453Z (6 months ago)
- Topics: cli, content-curation, go
- Language: Go
- Size: 5.48 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- jimsghstars - nunux-keeper/keeper-cli - Nunux Keeper CLI (Go)
- awesome-golang-repositories - keeper-cli
README
[![Build Status](https://travis-ci.org/nunux-keeper/keeper-cli.svg?branch=master)](https://travis-ci.org/nunux-keeper/keeper-cli)
keeperctl
=========Official Nunux Keeper V2
CLI.Please note that this CLI is not compatible with Nunux Keeper V1.
![Screenshot](screenshot.png)
Install
-------Run the following command:
```bash
> go get -v github.com/nunux-keeper/keeper-cli/keepctl
```Or download the binary regarding your architecture:
```bash
> sudo curl -s https://raw.githubusercontent.com/nunux-keeper/keeper-cli/master/install.sh | sh
```Or use Docker:
```bash
> docker run --rm -it ncarlier/keepctl
```Usage
-----Just type `keepctl` to see available commands.
```bash
> keepctl
```----------------------------------------------------------------------
NUNUX Keeper
Copyright (c) 2016 Nicolas CARLIER (https://github.com/ncarlier)
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.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
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 .----------------------------------------------------------------------