Skadate Development Toolkit
skadategems-dev
is a command line tool that is created and maintained by the SkadateGems development team to increase their productivity and code quality.
If you are not familiar with Skadate development, this tool will give you a basic understandings of Skadate-specific framework architecture and will be a good kick-start to begin to extend and modify your Skadate Software.
Please note that this tool is currently under development, more features and usage docs will come soon...
Development stack requirements
- Linux/OS X
- LAMP Stack (as required by Skadate Software)
- Ruby MRI v2.0.0 or above
Supported Skadate software versions
- skadate-9.0.2500 (Skadate 9)
- skadate-9.0.2555 ...
- skadate-9.2.2657 ...
- skadate-9.2.2960 (Master)
- skadate-9.3.3144 (Master II)
Installation
Once you have Ruby installed you can install the tool itself.
To install from publicly available rubygems repository, use:
$ gem install skadategems-dev
Alternatively, you can download the source tarball and install from the sources:
$ tar -xzf skadategems-dev-x.x.x.tar.gz
$ cd skadategems-dev-x.x.x/
$ rake install
Usage and documentation
Please see the wiki for basic usage and other documentation on using the tool. You can also checkout the official homepage.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
Released under the MIT License. See the LICENSE file for further details.