選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

invalid-pkg-filesystem.rst 590B

1234567891011121314
  1. Error: Invalid package filesystem
  2. #################################
  3. ``dds`` prescribes a filesystem structure that must be followed for it to
  4. build and process packages and libraries. This structure isn't overly strict,
  5. and is thoroughly explained on the :doc:`/guide/packages` page.
  6. For exporting/generating a source distribution from a package, the *package
  7. root* requires a ``package.json5`` file and each *library root* requires a
  8. ``library.json5`` file.
  9. .. .
  10. TODO: Create are more detailed reference page for package and library layout,
  11. and include those links in a `seealso`.