FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

deepkit-framework/packages/api-console-module at master · equilcode/deepkit-framework · GitHub

Latest commit

 

History

History
 
 

README.md

skeleton package

This package can be copied when a new package should be created.

Steps after copying:

  • Adjust "name", "description", and "private" in package.json.
  • Put this package into root /package.json "jest.references".
  • Put this package into root /tsconfig.json "references".
  • Put this package into root /tsconfig.esm.json "references".
  • Add dependencies to package.json and run node sync-tsconfig-deps.js to adjust tsconfig automatically.
  • Add to .github/workflows/main.yml tsc build step if necessary.
  • Add to typedoc build in deepkit-website if necessary.
  • Adjust README.md

Back | FazBrowse Home | New Git URL