Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 994 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 994 Bytes

$ command

A simple command to never hear command not found: $ again!

Motive

How often do you copy and paste something like $ npm i some-package or $ git clone my-repo before getting the following stupid error message?

command not found: $

Frustrating, isn't it? Here's a simple solution that segues perfectly into installation instructions.

Installation

  • $ gem install dollar-command

Usage

Quite simple –– the $ command will pass on all of its arguments as a new command.

Development

To install this gem locally during development, run $ bundle exec rake install

To release, bump version.rb and run $ bundle exec rake release

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jackHedaya/dollar-command.

License

The gem is available as open source under the terms of the MIT License.