Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 853 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 853 Bytes

<etools-app-selector>

Etools App selector menu

Internationalization

  • language property is initialized from window.EtoolsLanguage
  • the component also listems to the language-changed event

Linting the code

Install local npm packages (run npm install) Then just run the linting task

$ npm run lint

Circle CI

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