All Projects → devexperts → dx-platform

devexperts / dx-platform

Licence: MPL-2.0 license
No description, website, or topics provided.

Programming Languages

typescript
32286 projects
stylus
462 projects
javascript
184084 projects - #8 most used programming language

build status

dx-platform

Contribution Prerequisites

  • You have Node installed at v8.0.0+ and Yarn at v1.2.0+.

Development Workflow

dx-platform is a monorepo project.

After cloning, run yarn to fetch dependencies for all packages. Then, run yarn lerna run prepare to build all packages.

Also you can run several commands:

  • yarn test — checks codestyle and run tests for all packages.
  • yarn lerna run watch --parallel — runs watch task for each package in parallel. You can manage scope of packages using --scope [glob] flag (see lerna documentation for details)

Commit name convention

https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits

Publish

--conventional-commit flag enabled by lerna.json file. It forces bump version to next major if breaking changes was introduced. To avoid this behaviour during 0.x phase use yarn lerna publish --cd-version <minor|patch> --force-publish=* for publishing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].