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

https://github.com/chiefpansancolt/default-files

Default Files for different projects types
https://github.com/chiefpansancolt/default-files

Last synced: 2 months ago
JSON representation

Default Files for different projects types

Awesome Lists containing this project

README

        

# Default Files

A place to store common version of default files I use in almost all my projects

## Next.js Projects

For projects built using [Next.js](https://nextjs.org/)

- ESLint
- Prettier
- Tailwindcss
- Github Workflows
- Build
- Lint
- Github Pages Deploy
- Next.js Config
- package.json examples
- .gitignore
- .node-version

## Ruby on Rails Projects

For projects built using [Ruby on Rails](https://rubyonrails.org/)

- ESLint
- Prettier
- Tailwindcss
- Gemfiles
- Gemspecs
- Linters
- Rubocop
- Markdownlint
- ERB Lint
- Github Workflows
- Build
- Lint
- package.json examples
- .gitignore
- .ruby-version

## Salesforce Projects

For projects built using [Salesforce](https://developer.salesforce.com/) mainly [SFDX](https://developer.salesforce.com/tools/sfdxcli)

- ESLint
- Prettier
- SFDX
- Jest
- Project
- Vscode
- PMD
- Github Workflows
- PMD
- Lint
- Test
- package.json examples
- .gitignore
- .forceignore

## Base Repo Files

Base files for a repo no matter the project

- Issue Templates
- Pull Request Template
- Code of Conduct
- Contributing
- Funding/Sponsor
- Licenses
- Change Log
- Codeowners