An ember-cli addon to import a Bootswatch theme for Bootstrap.
The ember-cli-bootswatch is an addon for ember-cli that allows users to import a Bootswatch theme or the Bootstrap theme, including the JavaScript plugins if desired. This addon is designed solely for importing assets and does not provide Ember Components to use within templates.
Note that this addon scores low on Ember Observer due to its simplicity and lack of easily testable features. However, it is still actively maintained and compatible with the latest versions of ember-cli.
To install the ember-cli-bootswatch addon in your ember-cli project, run the following command:
ember install ember-cli-bootswatch
The ember-cli-bootswatch addon provides a simple way to import Bootswatch or Bootstrap themes into your ember-cli project. It does not include Ember Components, but focuses on importing the necessary assets. Despite scoring low on Ember Observer, it is still actively maintained and compatible with the latest ember-cli versions.