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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # Nunjucks
  2. [![NPM Version][npm-image]][npm-url]
  3. [![NPM Downloads][downloads-image]][downloads-url]
  4. [![Linux Build][github-actions-image]][github-actions-url]
  5. [![Windows Build][appveyor-image]][appveyor-url]
  6. [![Test Codecov][codecov-image]][codecov-url]
  7. [Nunjucks](https://mozilla.github.io/nunjucks/) is a full featured
  8. templating engine for javascript. It is heavily inspired by
  9. [jinja2](http://jinja.pocoo.org/). View the docs
  10. [here](https://mozilla.github.io/nunjucks/).
  11. ## Installation
  12. `npm install nunjucks`
  13. To use the file watcher built-in to Nunjucks, Chokidar must be installed separately.
  14. `npm install nunjucks chokidar`
  15. (View the [CHANGELOG](https://github.com/mozilla/nunjucks/releases))
  16. ## Documentation
  17. See [here](https://mozilla.github.io/nunjucks/).
  18. ## Browser Support
  19. Supported in all modern browsers. For IE8 support, use [es5-shim](https://github.com/es-shims/es5-shim).
  20. ## Tests
  21. Run the tests with `npm test`.
  22. Watch `master` branch's [tests running in the browser](https://mozilla.github.io/nunjucks/files/tests/browser/).
  23. ## Mailing List
  24. Join our mailing list and get help with and issues you have:
  25. https://groups.google.com/forum/?fromgroups#!forum/nunjucks
  26. ## Want to help?
  27. Contributions are always welcome! Before you submit an issue or pull request, please read our [contribution guidelines](CONTRIBUTING.md).
  28. [Contributors](https://github.com/mozilla/nunjucks/graphs/contributors)
  29. [npm-image]: https://img.shields.io/npm/v/nunjucks.svg
  30. [npm-url]: https://npmjs.org/package/nunjucks
  31. [downloads-image]: https://img.shields.io/npm/dm/nunjucks.svg
  32. [downloads-url]: https://npmjs.org/package/nunjucks
  33. [github-actions-image]: https://img.shields.io/github/workflow/status/mozilla/nunjucks/Tests/master.svg?label=linux
  34. [github-actions-url]: https://github.com/mozilla/nunjucks/actions
  35. [appveyor-image]: https://img.shields.io/appveyor/ci/fdintino/nunjucks/master.svg?label=windows
  36. [appveyor-url]: https://ci.appveyor.com/project/fdintino/nunjucks
  37. [codecov-image]: https://img.shields.io/codecov/c/gh/mozilla/nunjucks.svg
  38. [codecov-url]: https://codecov.io/gh/mozilla/nunjucks/branch/master