LocomotiveCMS Mounter

Gem Version Code Climate Dependency Status Build Status Coverage Status

The "LocomotiveCMS Mounter" is a simple module to store in memory a LocomotiveCMS site whatever the source is:

  • a site template built with the editor and on the local filesystem
  • a zip file of a site template on the local filesystem
  • a zip file of a site template but online through an url
  • a LocomotiveCMS engine

It also includes a mechanism which could save the site from the memory to any targets (filesystem, another LocomotiveCMS engine, ...etc). This saving mechanism has to be implemented in the application using that module.

Contributing

  1. Fork it
  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