Skip to content

samclark/pinboard

Repository files navigation

Pinboard WebExtension

An unofficial web extension for the Pinboard bookmarking service (http://pinboard.in).

Installing

Install the extension directly from the google chrome web store.

Development

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Build

Run npm install to download all packages and their dependencies.

npm install

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the npm run build:prod flag for a production build.

npm run build

Running Unit Tests

Run npm run test to execute the unit tests via Karma.

npm run test

Running End-to-End Tests

Run npm run e2e to execute the end-to-end tests via Protractor.

npm run e2e

Packaging WebExtension

npm run build:zip

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

About

Browser extension for the http://pinboard.in bookmarking service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published