Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 448 Bytes

FileStructure.md

File metadata and controls

36 lines (29 loc) · 448 Bytes

File Structure

  • dist
  • scripts
  • src
    • contorllers
    • middlewares
    • models
    • utils
  • test

Configuration Files

  • .eslintignore
  • .eslintrc.json
  • .gitattributes
  • .gitignore
  • .npmignore
  • .npmrc
  • .prettierrc.json
  • .prettierignore
  • package.json
  • tsconfig.json
  • jest.config.js

Information Files

  • CONTRIBUTING
  • CHANGELOG
  • SECURITY
  • README
  • LICENSE.txt