1
0
Fork 0
forked from svrjs/svrjs

docs: update file structure in README.md

This commit is contained in:
Dorian Niemiec 2024-09-02 07:42:28 +02:00
parent ea8f17eb7d
commit dad4496488

View file

@ -116,6 +116,7 @@ You can read the [SVR.JS documentation](https://svrjs.org/docs/tentative) to get
## File structure
The file structure for SVR.JS source code looks like this:
- .husky - Git hooks
- assets - files to copy into dist folder and to the archive
- dist - contains SVR.JS, assets, and SVR.JS utiltiies
- generatedAssets - assets generated by the build script
@ -131,9 +132,12 @@ The file structure for SVR.JS source code looks like this:
- middleware - tests for middleware
- utils - unit tests for utility functions
- utils - SVR.JS utilities (each utility has a single file)
- commitlint.config.js - commitlint configuration
- esbuild.config.js - the build script
- eslint.config.js - ESLint configuration
- jest.config.js - Jest configuration
- lint-staged.config.js - lint-staged configuration
- prettier.config.js - Prettier configuration
- svrjs.json - SVR.JS version, name, documentation URL, and statistics server collection endpoint URL
## Contribute