git clone [email protected]:cybertoothca/ember-cli-bootstrap3-grid.git
cd ember-cli-bootstrap3-grid
yarn install
yarn lint:hbs
yarn lint:js
yarn lint:js --fix
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
– Runs the test suite against multiple Ember versions
ember serve
- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.
Visit the Deployment guide.
Use yarn.
# from this add-on project
$ yarn link
# from the other project that depends on this add-on
$ yarn link ember-simple-auth-okta
Note: I've actually had to go into my other project and put this into its package.json
:
"ember-simple-auth-okta": "*",
Again, use yarn.
# from this add-on project
$ yarn unlink
# from the other project that linked to this add-on
$ yarn unlink ember-simple-auth-okta
Fork and submit a pull request.
# `yarn publish` will prompt you for the next/new version name
$ yarn publish
$ git push
$ git push --tags