Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.
/ arez-devtools Public archive

Browser-based Arez DevTools

License

Notifications You must be signed in to change notification settings

arez/arez-devtools

Repository files navigation

Deprecated

This project has been deprecated. Progress was not made and when we return to this it will likely be rewritten from the ground up.

---# Arez-DevTools

Build Status

This is the home of the browser-based Arez DevTools. It is an early stage experiment not suitable for production use and likely to experience significant evolution.

Quick Start

The simplest way to use the DevTools is to run the buildr command:

$ bundle exec buildr unpack_extension

This will build the extension in directory <arez-devtools-dir>/browser_extension/ although the location can be overridden by setting the EXTENSION_DIR=some/path/to/extension when running buildr such as

$ bundle exec buildr unpack_extension EXTENSION_DIR=some/path/to/extension

This can be added to chrome by visiting chrome://extensions/, enabling Developer Mode and clicking Load Unpacked button and loading the extension. After that it is time to play.

More Information

For more information about component, please see the Website. For the source code and project support please visit the GitHub project.

Contributing

The component was released as open source so others could benefit from the project. We are thankful for any contributions from the community. A Code of Conduct has been put in place and a Contributing document is under development.

License

The component is licensed under Apache License, Version 2.0.

Releases

No releases published

Packages

No packages published