GithubHelp home page GithubHelp logo

hylo-shared's Introduction

HyloShared - Hylo shared modules

The purpose of this library is the sharing of critical code between the Hylo Web and Mobile front-ends and the backend. A primary focus at this time is text handling to ensure consistency of storage and presentation across the apps.

For Development

  1. Edit code in src/ and build using yarn build (or yarn start to continuously build)
  2. yarn test to run tests
  3. To test changes in a project run yarn link in the root of this project, then in the root of the target project (e.g. hylo-evo or HyloReactNative) run yarn link hylo-shared. Your changes should now be available within that project wherever you've imported this library.

For Release

  1. Run tests and make sure they're all passing: yarn test
  2. Run yarn build
  3. Commit changes and git push
  4. Run npm version <patch|minor|major>. โš ๏ธ patch versions should never have breaking changes from previous version
  5. Run git push --tags to push the version tags to the origin
  6. Run npm publish to publish this new version to the NPM registry. This should be published under the hylodevs NPM account (see password manager for needed credentials)
  7. Update dependency pinned version in all related projects

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.