Sha256: 26a72d2ec2576ec920e50b8676124149e36e25013e3cdd7d2f3f774a406c91bb
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
# Wordless A command line tool to help manage your [Wordless](http://welaika.github.com/wordless/)-based WordPress sites. WARNING: This gem is in early development and barely does anything useful yet. ## Installation $ gem install wordless ## Usage `wordless help` shows some help. `wordless wp mysite` creates a `mysite` directory and installs the latest stable release of WordPress. `wordless wp --locale=fr_FR --bare` installs the French version of WordPress, and removes default plugins and themes. `wordless install` installs the Wordless plugin in the current WordPress installation as a git submodule. ## Caveats - If you attempt to download a WordPress localization that's outdated, the latest English version will be downloaded instead. - Currently, the Wordless plugin is installed as a git submodule, so your WordPress directory must be a git repo. - The Cucumber features run very slowly because they actually download WordPress and the Wordless plugin. I haven’t figured out how to properly stub the downloads. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wordless-0.0.2 | README.md |