adm

package module
v0.0.0-...-575644b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2014 License: MIT Imports: 3 Imported by: 0

README

adm - A Dotfile Manager

Description

A Dotfile Manager

Usage

NAME:
   adm - A Dotfile Manager

USAGE:
   adm [global options] command [command options] [arguments...]

COMMANDS:
   init
   add
   sync
   discard
   push
   status
   install
   secret
   help, h      Shows a list of commands or help for one command
   
GLOBAL OPTIONS:
   --help, -h           show help
   --version, -v        print the version

Install

To install, use go get:

$ go get github.com/udzura/adm/cmd/adm

Contribution

  1. Fork ([https://github.com/Uchio KONDO/adm/fork](https://github.com/Uchio KONDO/adm/fork))
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create new Pull Request

Author

Uchio KONDO

License

MIT-LICENSE. See LICENSE.

Documentation

Index

Constants

View Source
const Version string = "0.0.1.pre"

Variables

View Source
var Commands = []cli.Command{
	commandInit,
	commandAdd,
	commandSync,
	commandDiscard,
	commandPush,
	commandStatus,
	commandInstall,
	commandSecret,
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
adm

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL