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
- Host: GitHub
- URL: https://github.com/chiefpansancolt/default-files
- Owner: chiefpansancolt
- License: mit
- Created: 2023-03-25T16:22:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T13:28:48.000Z (over 1 year ago)
- Last Synced: 2025-02-03T06:53:31.580Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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