Skip to content

A Google Chrome extension for bookmarking your favourite snippets of code! Keep less in your head and learn more.

License

Notifications You must be signed in to change notification settings

amprew/github-bookmark-extension

Repository files navigation

Github Bookmarks Chrome Extension

A chrome extension for managing your favourite snippets or files of codes. Keep notes / learn more / take a load of remembering.

View extension in chrome store

Build production version

As Google Chrome extensions do not require a lot of the boilerplate files and build tools that working on a javascript project does - Docker is introduced to only include the necessary files and keep the extension small. The following commands are used to create this production version of the extension:

(before these commands are run please make sure you have your docker client running)

image_id=$(docker build . -q)
container_id=$(docker create $image_id)
docker cp $container_id:/extension.zip ./github-bookmark-extension.zip
docker rm $container_id

(you can clean up the image with docker rmi $image_id unless you want to keep it for debugging)

About

A Google Chrome extension for bookmarking your favourite snippets of code! Keep less in your head and learn more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published