Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemimik committed Jan 25, 2021
1 parent b2dfaf7 commit 52f7b4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 52 deletions.
53 changes: 3 additions & 50 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Dotfiles CLI Tool
# Usage
<!-- usage -->
```sh-session
$ npm install -g dotfiles
$ npm install -g @mikemimik/dotfiles
$ dotfiles COMMAND
running command...
$ dotfiles (-v|--version|version)
dotfiles/0.0.0 darwin-x64 node-v14.15.1
@mikemimik/dotfiles/0.1.0 darwin-x64 node-v14.15.1
$ dotfiles --help [COMMAND]
USAGE
$ dotfiles COMMAND
Expand All @@ -29,47 +29,9 @@ USAGE
<!-- usagestop -->
# Commands
<!-- commands -->
* [`dotfiles brew:update`](#dotfiles-brewupdate)
* [`dotfiles hello`](#dotfiles-hello)
* [`dotfiles help [COMMAND]`](#dotfiles-help-command)
* [`dotfiles init`](#dotfiles-init)
* [`dotfiles symlinks`](#dotfiles-symlinks)

## `dotfiles brew:update`

Update list of brew formulas that are stored in the dotfiles repo with

```
USAGE
$ dotfiles brew:update
DESCRIPTION
the currently installed formula on this machine.
EXAMPLE
$ dotfiles brew:update
```

_See code: [src/commands/brew/update.js](https://github.com/mikemimik/dotfiles/blob/v0.0.0/src/commands/brew/update.js)_

## `dotfiles hello`

Describe the command here

```
USAGE
$ dotfiles hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
```

_See code: [src/commands/hello.js](https://github.com/mikemimik/dotfiles/blob/v0.0.0/src/commands/hello.js)_

## `dotfiles help [COMMAND]`

display help for dotfiles
Expand All @@ -87,15 +49,6 @@ OPTIONS

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1/src/commands/help.ts)_

## `dotfiles init`

```
USAGE
$ dotfiles init
```

_See code: [src/commands/init.js](https://github.com/mikemimik/dotfiles/blob/v0.0.0/src/commands/init.js)_

## `dotfiles symlinks`

Create symlinks between files in the home directory, and the symlinks kept
Expand All @@ -116,5 +69,5 @@ EXAMPLES
$ dotfiles symlinks --force
```

_See code: [src/commands/symlinks/index.js](https://github.com/mikemimik/dotfiles/blob/v0.0.0/src/commands/symlinks/index.js)_
_See code: [src/commands/symlinks/index.js](https://github.com/mikemimik/dotfiles/blob/v0.1.0/src/commands/symlinks/index.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dotfiles",
"description": "Dotfiles CLI Tool",
"version": "0.0.0",
"version": "0.1.0",
"author": "Michael Perrotte @mikemimik",
"bin": {
"dotfiles": "./bin/run"
Expand Down

0 comments on commit 52f7b4a

Please sign in to comment.