Git Product home page Git Product logo

dx-platform's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.