Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunks/composer
Short script to easily run Rails Composer from terminal.
https://github.com/lunks/composer
Last synced: 18 days ago
JSON representation
Short script to easily run Rails Composer from terminal.
- Host: GitHub
- URL: https://github.com/lunks/composer
- Owner: lunks
- Created: 2013-12-23T17:06:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-23T17:07:03.000Z (about 11 years ago)
- Last Synced: 2024-10-28T21:49:19.860Z (2 months ago)
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Composer is a simple shell script to easily run [Rails Composer][rails_composer] from terminal without the need to remember uris or specific command parameters.First, add Composer's bin folder to your PATH variable:
~ export PATH=$PATH:/path_to_composer/composer/bin
Then run the command below from anywhere:
~ compose APP_NAME
And you're done. Happy hacking!
# License
License Copyright (c) 2013 Israel Ribeiro
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[rails_composer]: http://railsapps.github.io/rails-composer/