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 279B

123456789101112131415161718
  1. # mkdirp-classic
  2. Just a non-deprecated mirror of [mkdirp 0.5.2](https://github.com/substack/node-mkdirp/tree/0.5.1)
  3. for use in modules where we depend on the non promise interface.
  4. ```
  5. npm install mkdirp-classic
  6. ```
  7. ## Usage
  8. ``` js
  9. // See the above link
  10. ```
  11. ## License
  12. MIT