Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/materya/template-repo
Materya Template Repository
https://github.com/materya/template-repo
Last synced: 23 days ago
JSON representation
Materya Template Repository
- Host: GitHub
- URL: https://github.com/materya/template-repo
- Owner: materya
- License: gpl-3.0
- Created: 2020-04-29T17:41:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T14:11:55.000Z (over 4 years ago)
- Last Synced: 2024-11-08T15:30:55.713Z (3 months ago)
- Language: Makefile
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Materya Template Repository
[![NPM version][npm-image]][npm-url]
[![Dependency Status][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![codecov][codecov-image]][codecov-url]
[![License][license-image]][license-url]An opinionated template repository for Materya projects
## Install
```
npm i -D @materya/
```## Documentation
## License
[GPL-3.0](LICENSE)
[npm-image]: https://img.shields.io/npm/v/@materya//latest?style=flat-square
[npm-url]: https://npmjs.org/package/@materya/
[david-image]: https://img.shields.io/david/materya/?style=flat-square
[david-url]: https://david-dm.org/materya/
[snyk-image]: https://snyk.io/test/github/materya//badge.svg?style=flat-square
[snyk-url]: https://app.snyk.io/test/github/materya/?targetFile=package.json
[codecov-image]: https://img.shields.io/codecov/c/github/materya//master.svg?style=flat-square
[codecov-url]: https://codecov.io/gh/materya/
[license-image]: https://img.shields.io/npm/l/@materya/?style=flat-square
[license-url]: LICENSE