https://github.com/fgimenez/snapd-plus-vendor-test
https://github.com/fgimenez/snapd-plus-vendor-test
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fgimenez/snapd-plus-vendor-test
- Owner: fgimenez
- License: gpl-3.0
- Created: 2017-02-03T08:52:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T10:01:54.000Z (over 9 years ago)
- Last Synced: 2025-02-01T10:45:38.873Z (over 1 year ago)
- Language: Go
- Size: 1.86 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
[![Build Status][travis-image]][travis-url]
[![Go Report Card][goreportcard-image]][goreportcard-url]
# snapd
The snapd and snap tools enable systems to work with .snap files. See
[snapcraft.io](http://snapcraft.io) for a high level overview about
snap files and the snapd application.
## Development
To get started with development off the snapd code itself, please check
out [HACKING.md](https://github.com/snapcore/snapd/blob/master/HACKING.md)
for in-depth details.
## Reporting bugs
If you have found an issue with the application, please [file a bug](https://bugs.launchpad.net/snappy/+filebug) on the [bugs list on Launchpad](https://bugs.launchpad.net/snappy/).
## Get in touch
We're friendly! Talk to us on [IRC](https://webchat.freenode.net/?channels=snappy)
or on [our mailing list](https://lists.snapcraft.io/mailman/listinfo/snapcraft).
Get news and stay up to date on [Twitter](https://twitter.com/snapcraftio),
[Google+](https://plus.google.com/+SnapcraftIo) or
[Facebook](https://www.facebook.com/snapcraftio).
[travis-image]: https://travis-ci.org/snapcore/snapd.svg?branch=master
[travis-url]: https://travis-ci.org/snapcore/snapd
[goreportcard-image]: https://goreportcard.com/badge/github.com/snapcore/snapd
[goreportcard-url]: https://goreportcard.com/report/github.com/snapcore/snapd
[coveralls-image]: https://coveralls.io/repos/snapcore/snapd/badge.svg?branch=master&service=github
[coveralls-url]: https://coveralls.io/github/snapcore/snapd?branch=master