Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-sbe-tooling

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-sbe-tooling

Common tooling setup for all Showbie Ember projects

  • 3.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ember-sbe-tooling

npm version Circle CI

This addon is for internal use on Showbie's Ember projects to enforce a consistent coding standard. We will not accept external pull requests but feel free to take inspiration from it.

Usage

ember install ember-sbe-tooling

To update the addon, you should be able to simply re-run the above command. If needed you can also run the blueprints independently:

ember g showbie-tooling

Note that you should ensure you are using the appropriate version of Node/npm:

nvm use

Style enforcement

This addon provides configuration for the following tools:

  • CircleCI
  • editorconfig
  • ember-cli-release
  • eslint
  • nvm
  • pre-commit
  • prettier
  • stylelint
  • testem
  • yarn

IDE integration

For realtime feedback in your editor, you may need to install eslint-plugin-ember globally:

npm i -g eslint-plugin-ember

Contributing

Installation

  • git clone this repository
  • yarn install

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

FAQs

Package last updated on 30 Nov 2018

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