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 3.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # global-prefix [![NPM version](https://img.shields.io/npm/v/global-prefix.svg?style=flat)](https://www.npmjs.com/package/global-prefix) [![NPM monthly downloads](https://img.shields.io/npm/dm/global-prefix.svg?style=flat)](https://npmjs.org/package/global-prefix) [![NPM total downloads](https://img.shields.io/npm/dt/global-prefix.svg?style=flat)](https://npmjs.org/package/global-prefix) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/global-prefix.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/global-prefix) [![Windows Build Status](https://img.shields.io/appveyor/ci/jonschlinkert/global-prefix.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/jonschlinkert/global-prefix)
  2. > Get the npm global path prefix.
  3. Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.
  4. ## Install
  5. Install with [npm](https://www.npmjs.com/):
  6. ```sh
  7. $ npm install --save global-prefix
  8. ```
  9. This is partially based on the code used by npm internally to resolve the global prefix.
  10. ## Usage
  11. ```js
  12. var prefix = require('global-prefix');
  13. //=> '/usr/local' (this path will differ by system and user-defined config)
  14. ```
  15. ## About
  16. <details>
  17. <summary><strong>Contributing</strong></summary>
  18. Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
  19. </details>
  20. <details>
  21. <summary><strong>Running Tests</strong></summary>
  22. Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
  23. ```sh
  24. $ npm install && npm test
  25. ```
  26. </details>
  27. <details>
  28. <summary><strong>Building docs</strong></summary>
  29. _(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_
  30. To generate the readme, run the following command:
  31. ```sh
  32. $ npm install -g verbose/verb#dev verb-generate-readme && verb
  33. ```
  34. </details>
  35. ### Related projects
  36. You might also be interested in these projects:
  37. * [global-modules](https://www.npmjs.com/package/global-modules): The directory used by npm for globally installed npm modules. | [homepage](https://github.com/jonschlinkert/global-modules "The directory used by npm for globally installed npm modules.")
  38. * [global-paths](https://www.npmjs.com/package/global-paths): Returns an array of unique "global" directories based on the user's platform and environment. The… [more](https://github.com/jonschlinkert/global-paths) | [homepage](https://github.com/jonschlinkert/global-paths "Returns an array of unique "global" directories based on the user's platform and environment. The resulting paths can be used for doing lookups for generators or other globally installed npm packages. Node.js / JavaScript.")
  39. ### Contributors
  40. | **Commits** | **Contributor** |
  41. | --- | --- |
  42. | 23 | [jonschlinkert](https://github.com/jonschlinkert) |
  43. | 15 | [doowb](https://github.com/doowb) |
  44. | 2 | [phated](https://github.com/phated) |
  45. | 1 | [rmbaad](https://github.com/rmbaad) |
  46. | 1 | [avengerpenguin](https://github.com/avengerpenguin) |
  47. | 1 | [jorrit](https://github.com/jorrit) |
  48. | 1 | [mathiasvr](https://github.com/mathiasvr) |
  49. | 1 | [tunnckoCore](https://github.com/tunnckoCore) |
  50. ### Author
  51. **Jon Schlinkert**
  52. * [GitHub Profile](https://github.com/jonschlinkert)
  53. * [Twitter Profile](https://twitter.com/jonschlinkert)
  54. * [LinkedIn Profile](https://linkedin.com/in/jonschlinkert)
  55. ### License
  56. Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert).
  57. Released under the [MIT License](LICENSE).
  58. ***
  59. _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on October 11, 2018._