关于包的 README 文件
See Details
目录
我们强烈建议在你的软件包目录中包含一个 README.md
文件,因为它可以帮助开发者在 npm 上找到你的软件包,并在他们的项目中使用你的代码时获得良好的体验。在大多数情况下,README.md
文件包含安装、配置和使用包中代码的说明;以及用户可能觉得有用的任何其他信息。与任何 GitHub 存储库一样,README.md
文件将渲染在软件包页面上。
¥We highly recommend including a README.md
file in your package directory as it helps developers find your package on npm and have a good experience using your code in their projects. In most cases README.md
files include directions for installing, configuring, and using the code in your package; as well as any other information a user may find helpful. Just like in any GitHub repository, the README.md
file will be rendered on the package's page.
npm 包 README.md
文件必须位于包的根级目录中。
¥An npm package README.md
file must be in the root-level directory of the package.