0.0.1-alpha.24 • Published 3 years ago

@papinotas/phoenix-mobile-toolbox v0.0.1-alpha.24

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

phoenix-mobile-toolbox

Installation

yarn add phoenix-mobile-toolbox

Contributing

If you find an error, please raise an issue at GitHub's issues tab.

To contribute, send a pull request pointing to develop branch. Be sure to leave a detailed explanation of your changes in the pull request description to make its revision easier and therefore faster.

When contributing new functionality to phoenix-mobile-toolbox, try adding proper documentation to the repo's wiki

How to use when new feature or fix needed with any mobile project

Update package.json:

  ...
  --- "@papinotas/phoenix-mobile-toolbox": "..version..",
  +++ "@papinotas/phoenix-mobile-toolbox": "file:..{path to toolbox folder}"
  ...

Then do yarn

Work normally on toolbox, if you need to update package just run yarn upgrade {path to toolbox folder}