1.0.4 • Published 6 years ago

ember-cli-mgmco-common v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Our Ember CLI Add-on for our common things

We have quite some overlap in our files of our ember apps. The API is the same but the Ember apps are not. This add-on helps us to DRY too much.

Installation

  • npm install ember-cli-mgmco-common --dev

Updating apps using this addon

  • Update package.json to have the new npm version number
  • Run npm install && git add package.json package-lock.json && git commit -m "Update common to version x.x.x to REASON" (Update the reason)

Developing

  • Clone and navigate to the ember-cli-mgmco-common folder
  • Run npm link to link the addon locally to npm
  • Run npm start
  • Navigate to the parent app (frontend, admin, ...) folder
  • Change ember-cli-mgmco-common version in package.json to *
  • Run npm link ember-cli-mgmco-common to link the addon locally to npm
  • Now they both live reload on changes, pretty cool!

Deploying

  • Make sure your PR is merged and pull the master-branch to your machine
  • Update the version by running npm version patch -m "Upgrade to %s to REASON" (Update the reason)
  • A git commit is automatically created, push it to GitHub
  • Run npm publish (credentials are known by the developers)
  • Push to GitHub as well git push origin --follow-tags

Good reads

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago