https://github.com/sam701/my-clippings-manager
Amazon Kindle My Clippings Manager
https://github.com/sam701/my-clippings-manager
Last synced: 8 months ago
JSON representation
Amazon Kindle My Clippings Manager
- Host: GitHub
- URL: https://github.com/sam701/my-clippings-manager
- Owner: sam701
- License: mit
- Created: 2015-04-09T20:59:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T08:19:03.000Z (about 11 years ago)
- Last Synced: 2025-05-21T06:15:51.722Z (about 1 year ago)
- Language: Go
- Size: 199 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-clippings-manager
Amazon Kindle My Clippings Manager
## Build
export GOPATH=somedir
go get github.com/sam701/my-clippings-manager
cd somedir/bin
./my-clippings-manager
## Contributing
### Working on web assets.
The web assets reside in the folder `web`.
All files from this folder are embedded into the output binary by [go-bindata](https://github.com/jteeuwen/go-bindata).
When you are working on the web resources, it is helpful to call first
go-bindata -debug -prefix web web
The server will serve the assets from the original files on disk.
**Do not forget to call `go generate` before you commit!**