1.0.1-alpha.154 • Published 9 months ago

@deepkit/filesystem v1.0.1-alpha.154

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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.
  • Adjust README.md
  • 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.