New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

guidemaker-ember-template

Package Overview
Dependencies
Maintainers
10
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guidemaker-ember-template

The default blueprint for ember-cli addons.

  • 3.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
10
Weekly downloads
 
Created
Source

This project uses GitHub Actions for continuous integration. This project uses Percy.io for visual regression testing.

guidemaker-ember-template

This addon provides the general layout and some styles that are used for guides.emberjs.com.

Its responsibilities include:

  • CSS for the sidebar
  • HTML markup specifics (i.e. the classes that go on various divs in the text of the guide itself)

Most aspects of the Guides are styled via ember-styleguide, not this repository.

guidemaker is what assembles guides content into queryable records.

guides-source has the learning content itself.

Compatibility

  • Ember.js v3.16 or above
  • Ember CLI v3.16 or above
  • Node.js v14 or above

Installation

ember install guidemaker-ember-template

Usage

See guides-source for an example of how to use this addon.

Contributing

See the Contributing guide for details.

Releases

To release a new version of this addon:

git checkout master
git pull origin master
npm install -g np
np

This command will run checks and tests, and ask you what version you want to do the release as (major, minor, patch).

License

This project is licensed under the MIT License.

Keywords

FAQs

Package last updated on 01 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc