Skip to content

A chrome extension for storing things you'd like to copy and paste later.

License

Notifications You must be signed in to change notification settings

flooose/copy_buddy

Repository files navigation

Copy Buddy

Build Status

A chrome extension for storing things you'd like to copy and paste later.

The latest release can be downloaded here

Development

Development in this project is dependent on gnu make and yarn.

$ npm -g yarn # or similar
$ make build

After the above commands, all sources will be "compiled" into the copy_buddy folder and the "Load unpacked extension" button can be used to load this extension chrome://extensions

All html, javascript and css files can be found in the src/ folder. After editing them, these files need to be "compiled" again with make build.

Testing

We use jasmine for testing and karma to run tests. To get started, run

$ karma start karma.conf.js

then write your tests.

See customLaunchers about test setup on Travis-Ci versus test setup on local machine.

About

A chrome extension for storing things you'd like to copy and paste later.

Resources

License

Stars

Watchers

Forks

Packages

No packages published