An open API service indexing awesome lists of open source software.

https://github.com/fatehak/dev-templates

Templates with opinionated configuration and tooling.
https://github.com/fatehak/dev-templates

boilerplate development templates web

Last synced: 12 months ago
JSON representation

Templates with opinionated configuration and tooling.

Awesome Lists containing this project

README

          

# Dev Templates

A collection of development templates with prebuilt configuration and opinionated tooling.

The list of available templates are as follows:

- [pro-react](https://github.com/FatehAK/dev-templates/blob/main/templates/pro-react#readme) - Professional React template with GitHub CI/CD, CSS-in-JS, Vite and opinionated tooling for developing production grade code.
- [pro-vanilla](https://github.com/FatehAK/dev-templates/blob/main/templates/pro-vanilla#readme) - Professional Vanilla JS template with GitHub CI/CD, Vite and opinionated tooling.
- [npm-package](https://github.com/FatehAK/dev-templates/blob/main/templates/npm-package#readme) - NPM package template with semantic versioning and automated publishing.
- [node-cli](https://github.com/FatehAK/dev-templates/blob/main/templates/node-cli#readme) - Node.js CLI template with preconfigured tooling.
- [just-react](https://github.com/FatehAK/dev-templates/blob/main/templates/just-react) - Basic React template for experiments.
- [just-vanilla](https://github.com/FatehAK/dev-templates/blob/main/templates/just-vanilla) - Basic Vanilla JS template for experiments.