Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertobasalo/quark
Fundamental project template. Typescript and Jest
https://github.com/albertobasalo/quark
boilerplate eslint jest prettier template-repository typescript vscode
Last synced: 6 days ago
JSON representation
Fundamental project template. Typescript and Jest
- Host: GitHub
- URL: https://github.com/albertobasalo/quark
- Owner: AlbertoBasalo
- License: mit
- Created: 2019-06-20T11:35:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T23:34:59.000Z (over 1 year ago)
- Last Synced: 2024-12-10T17:07:08.781Z (2 months ago)
- Topics: boilerplate, eslint, jest, prettier, template-repository, typescript, vscode
- Language: TypeScript
- Homepage:
- Size: 2.98 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# quark
Fundamental **TypeScript** project template
> Clone, fork or use as a template repository for creating your next **TypeScript** project.
```bash
git clone https://github.com/AlbertoBasalo/quark your-project
cd your-project
npm install
```## 🎯 Motivation
Avoid start from an empty repository.
Have a template to create _TypeScript_ repositories with a project already configured.
A **boilerplate** ready to apply clean code techniques and testing.
### 📚 Documentation
- [Workflows for develop, test and deploy](./docs/workflows.md)
- [VS code Settings and Extensions](./docs/settings.md)---
🧑🏼💻 By Alberto Basalo