Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eng618/eng-cli
Personal npm package with shortcuts and cli helpers to help with my workflow.
https://github.com/eng618/eng-cli
Last synced: 14 days ago
JSON representation
Personal npm package with shortcuts and cli helpers to help with my workflow.
- Host: GitHub
- URL: https://github.com/eng618/eng-cli
- Owner: eng618
- License: mit
- Created: 2017-05-25T20:23:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T15:24:47.000Z (over 2 years ago)
- Last Synced: 2024-10-11T13:15:15.605Z (about 1 month ago)
- Language: JavaScript
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
```
▄▄▄▄▄▄▄▄▄▄▄ ▄▄ ▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄ ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌▐░░▌ ▐░▌▐░░░░░░░░░░░▌ ▐░░░░░░░░░░░▌▐░▌ ▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀ ▐░▌░▌ ▐░▌▐░█▀▀▀▀▀▀▀▀▀ ▐░█▀▀▀▀▀▀▀▀▀ ▐░▌ ▀▀▀▀█░█▀▀▀▀
▐░▌ ▐░▌▐░▌ ▐░▌▐░▌ ▐░▌ ▐░▌ ▐░▌
▐░█▄▄▄▄▄▄▄▄▄ ▐░▌ ▐░▌ ▐░▌▐░▌ ▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄ ▐░▌ ▐░▌ ▐░▌
▐░░░░░░░░░░░▌▐░▌ ▐░▌ ▐░▌▐░▌▐░░░░░░░░▌▐░░░░░░░░░░░▌▐░▌ ▐░▌ ▐░▌
▐░█▀▀▀▀▀▀▀▀▀ ▐░▌ ▐░▌ ▐░▌▐░▌ ▀▀▀▀▀▀█░▌ ▀▀▀▀▀▀▀▀▀▀▀ ▐░▌ ▐░▌ ▐░▌
▐░▌ ▐░▌ ▐░▌▐░▌▐░▌ ▐░▌ ▐░▌ ▐░▌ ▐░▌
▐░█▄▄▄▄▄▄▄▄▄ ▐░▌ ▐░▐░▌▐░█▄▄▄▄▄▄▄█░▌ ▐░█▄▄▄▄▄▄▄▄▄ ▐░█▄▄▄▄▄▄▄▄▄ ▄▄▄▄█░█▄▄▄▄
▐░░░░░░░░░░░▌▐░▌ ▐░░▌▐░░░░░░░░░░░▌ ▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌
▀▀▀▀▀▀▀▀▀▀▀ ▀ ▀▀ ▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀
```# eng-cli
Personal npm package with shortcuts and cli helpers to help with my workflow.## Install
This package is intended to be installed globally. To install simply run:
```shell
yarn global add eng-cli# or
npm i -g eng-cil
```## Availible Options & Commands
### Options:
-V, --version output the version number
-h, --help output usage information### Commands:
upgrade-all|u Upgrade dev software
update-system|us Upgrade system's Ruby environment
update-dot-files|udf Synchronizes .files with remote repository
update-node|un Basic Hello World check!
update-brew|ub Update brew, and all installed packages
update-nvm|unvm Update nvm
update-avn|uavn Update avn
update-yarn|uy Update all globally install yarn packages.-----
[Changelog](./CHANGELOG.md)