ember-ted-shed
v1.1.0
Published
The default blueprint for ember-cli addons.
Downloads
4
Keywords
Readme
Ember-ted-shed
Installation
shed.css
ember install ember-ted-shed
You're ready to go with shed.css! Check out the docs docs for usage.
TED theme
ember install ember-cli-sass
// app.scss
@import "ember-ted-shed/colors";
@import "ember-ted-shed/borders";
Usage
There are two ways to use ember-ted-shed
:
- use ember-ted-shed based UI components
- use ember-ted-shed to write your own custom styles
Full details on both methods are available on the docs site.
Contributing
git clone [email protected]:tedconf/ember-ted-shed.git
this repositorycd ember-ted-shed
npm install
Running
ember serve
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.
For maintainers:
Updating the GitHub pages docs site
ember github-pages:commit --message "update gh-pages"
git push origin gh-pages
Creating a new release and publishing to npm
npm version $TYPE -m "message about this version"
where $TYPE indicates the semver release type, eg.patch
,major
orminor
. see the npm-version docs and (semver docs)[http://semver.org/] if you're not sure which appliesnpm publish
git push --tags
- document the changes by creating a new release