Project

oynx

0.0
No commit activity in last 3 years
No release in over 3 years
Oynx simplifies several aspects of web development
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0

Runtime

 Project Readme

Oynx

Do you find yourself wasting hours creating folder skeletons for your websites? Do you hate having to remember tar's many arguments? Do you love you some good Ruby?

Then Oynx is for you! Use Oynx to simplify many aspects of web development

Note

Oynx is currently alpha-stage. Don't expect anything to work. In fact, be surprised if anything does.

Installation

Add this line to your application's Gemfile:

gem 'oynx'

And then execute:

$ bundle

Or install it yourself as:

$ gem install oynx

Usage

Creating a site

$ oynx new

Parameters

--default      - create a default site

OR

--name NAME    - Specify site name
--charset CHST - Specify the charset to use
--no-css       - Don't create a CSS folder/stubs
--no-img       - Don't create an image folder
--no-js        - Don't create a JS folder/stubs

Uploading a site

$ oynx upload

Required Parameters

--server, -s "URL/IP" - Server URL/IP Address
--port, -n "PORT"     - Port to use
--user, -u "USERNAME" - Username
--dir, -d "DIRECTORY" - Directory to use
--compress, -c / --no-compress - Compresses the site / Doesn't compress the site

Contributing

  1. Fork it ( http://github.com/mahimahi42/oynx/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request