Etools App selector menu
language
property is initialized from window.EtoolsLanguage- the component also listems to the
language-changed
event
Install local npm packages (run npm install
)
Then just run the linting task
$ npm run lint
Package will be automatically published after tag push (git tag 1.2.3
, git push --tags
). Tag name must correspond to SemVer (Semantic Versioning) rules.
Examples:
Version match | Result |
---|---|
1.2.3 |
match |
1.2.3-pre |
match |
1.2.3+build |
match |
1.2.3-pre+build |
match |
v1.2.3-pre+build |
match |
1.2 |
no match |
You can see more details here