1.5.2 • Published 6 years ago

@jeremiergz/server-cli v1.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Server CLI

npm version Build Status Dependencies Status DevDependencies Status License

Set of CLI tools used to manage personal server.

Usage: server-cli <command> [options]

Commands:
  server-cli hashr <file>  Hash file using specified hashing algorithm      [aliases: h, hr, hash]
  server-cli movierenamr   Rename movies according to a naming convention [aliases: m, mr, movier]
  server-cli utils         Command providing several utilities              [aliases: u, ut, util]

Options:
  --help, -h     Show help                                                               [boolean]
  --version, -v  Show version number                                                     [boolean]

Install using npm

The package is published on npm and can be installed by running the following command:

npm install [--global] @jeremiergz/server-cli

Install using Git

First of all, pull this project with Git:

Using HTTPS:
git clone https://github.com/jeremiergz/server-cli.git

Using SSH:
git clone git@github.com:jeremiergz/server-cli.git

Navigate into the folder and run npm commands:

cd server-cli

npm install
npm run build
npm link

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-SNAPSHOT

6 years ago