This CLI contains helpers for creating Discourse themes.
To install the CLI use:
$ gem install discourse_theme
This gem allows you to use your editor of choice when developing Discourse themes. As you save files the CLI will update the remote theme and changes to it will appear live!
For help run:
discourse_theme
it contains two helpers:
You can use discourse_theme new PATH
to crate a new blank theme, the CLI will guide you through the process.
You can use discourse_theme watch PATH
to monitor your theme for changes, when changed the program will synchronize the theme to your Discourse of choice.
Bug reports and pull requests are welcome at Meta Discourse. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the DiscourseTheme project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.