bridgetown-plugin-nano
One-step commands to install and configure a Rails-based Nano API backend for Bridgetown
Coming in Q1 2021!
Installation
Run this command to add this plugin to your site's Gemfile:
$ bundle add bridgetown-plugin-nano -g bridgetown_plugins
Usage
The plugin will…
Testing
- Run
bundle exec rake
to run the test suite - Or run
script/cibuild
to validate with Rubocop and test together.
Contributing
- Fork it (https://github.com/bridgetownrb/bridgetown-nano-plugin/fork)
- Clone the fork using
git clone
to your local development machine. - 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 a new Pull Request