1.0.4 • Published 7 years ago
ember-cli-mgmco-common v1.0.4
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.jsonto 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-commonfolder - Run
npm linkto link the addon locally to npm - Run
npm start - Navigate to the parent app (frontend, admin, ...) folder
- Change
ember-cli-mgmco-commonversion inpackage.jsonto* - Run
npm link ember-cli-mgmco-commonto 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
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago
0.0.25
7 years ago
0.0.24
8 years ago
0.0.23
8 years ago
0.0.22
8 years ago
0.0.21
8 years ago
0.0.20
8 years ago
0.0.19
8 years ago
0.0.18
8 years ago
0.0.17
8 years ago
0.0.16
8 years ago
0.0.15
9 years ago
0.0.14
9 years ago
0.0.13
9 years ago
0.0.12
9 years ago
0.0.11
9 years ago
0.0.10
9 years ago
0.0.9
9 years ago
0.0.8
9 years ago
0.0.7
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago