Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 977B

12345678910111213141516171819202122232425
  1. # Compress Commons
  2. Compress Commons is a library that defines a common interface for working with archive formats within node.
  3. [![NPM](https://nodei.co/npm/compress-commons.png)](https://nodei.co/npm/compress-commons/)
  4. ## Install
  5. ```bash
  6. npm install compress-commons --save
  7. ```
  8. You can also use `npm install https://github.com/archiverjs/node-compress-commons/archive/master.tar.gz` to test upcoming versions.
  9. ## Things of Interest
  10. - [Changelog](https://github.com/archiverjs/node-compress-commons/releases)
  11. - [Contributing](https://github.com/archiverjs/node-compress-commons/blob/master/CONTRIBUTING.md)
  12. - [MIT License](https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT)
  13. ## Credits
  14. Concept inspired by [Apache Commons Compress](http://commons.apache.org/proper/commons-compress/)™.
  15. Some logic derived from [Apache Commons Compress](http://commons.apache.org/proper/commons-compress/)™ and [OpenJDK 7](http://openjdk.java.net/).