ember-ted-shed
v1.1.0
Published
The default blueprint for ember-cli addons.
Keywords
Readme
Ember-ted-shed
Installation
shed.css
ember install ember-ted-shedYou'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.gitthis repositorycd ember-ted-shednpm install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember 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,majororminor. see the npm-version docs and (semver docs)[http://semver.org/] if you're not sure which appliesnpm publishgit push --tags- document the changes by creating a new release
