Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merkle-open/frontend-defaults
Some defaults for frontend projects
https://github.com/merkle-open/frontend-defaults
frontend frontend-defaults
Last synced: about 2 months ago
JSON representation
Some defaults for frontend projects
- Host: GitHub
- URL: https://github.com/merkle-open/frontend-defaults
- Owner: merkle-open
- License: mit
- Created: 2015-02-10T12:25:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T09:31:21.000Z (2 months ago)
- Last Synced: 2024-10-29T21:53:35.491Z (about 2 months ago)
- Topics: frontend, frontend-defaults
- Language: SCSS
- Homepage:
- Size: 8.75 MB
- Stars: 19
- Watchers: 13
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frontend Defaults
Some defaults for frontend projects
## This Project
```
git clone https://github.com/merkle-open/frontend-defaults.git
```- Branch - Master only (so long)
## Contents
### Documentation
[Base documentation for a project](./doc/README.md)
Reason:
- Readme for your project root
- Define & check some project specific basics (Setup, Specification, Usage, ...)
- Link to other documentations### Codequality
- [editorconfig](./editorconfig/README.md)
- [eslint](./codequality/eslint/README.md)
- [html-validate](./codequality/html-validate/README.md)
- [prettier-config](./codequality/prettier/README.md)
- [stylelint-config](./codequality/stylelint/README.md)
- [ts-config](./codequality/ts-config/README.md)### Repo
- [.gitattributes](./repo/gitattributes/README.md)
- [.gitignore](./repo/gitignore/README.md)
- [commitlint](./repo/commitlint-conventional-changelog/README.md)
- [commitizen](./repo/cz-conventional-changelog/README.md)## Published packages
| Package | npm |
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `@merkle-open/commitlint-conventional-changelog` | [![npm](https://img.shields.io/npm/v/@merkle-open/commitlint-conventional-changelog.svg)](https://www.npmjs.com/package/@merkle-open/commitlint-conventional-changelog) |
| `@merkle-open/cz-conventional-changelog` | [![npm](https://img.shields.io/npm/v/@merkle-open/cz-conventional-changelog.svg)](https://www.npmjs.com/package/@merkle-open/cz-conventional-changelog) |
| `@merkle-open/html-validate-config` | [![npm](https://img.shields.io/npm/v/@merkle-open/html-validate-config.svg)](https://www.npmjs.com/package/@merkle-open/html-validate-config) |
| `@merkle-open/prettier-config` | [![npm](https://img.shields.io/npm/v/@merkle-open/prettier-config.svg)](https://www.npmjs.com/package/@merkle-open/prettier-config) |
| `@merkle-open/stylelint-config` | [![npm](https://img.shields.io/npm/v/@merkle-open/stylelint-config.svg)](https://www.npmjs.com/package/@merkle-open/stylelint-config) |
| `@merkle-open/ts-config` | [![npm](https://img.shields.io/npm/v/@merkle-open/ts-config.svg)](https://www.npmjs.com/package/@merkle-open/ts-config) |