generator-jslibrary:js 库的 Yeoman 生成器

时间:2024-07-07 02:37:32
【文件属性】:

文件名称:generator-jslibrary:js 库的 Yeoman 生成器

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-07 02:37:32

JavaScript

JSLib 生成器 JS 库的生成器。 它创建一个目录结构来组织您的文件: ├── src (the sources of your library) │ └── main.js (the main file of your library) │ ├── build (all your scripts concatenated ready for distribution) │ └── lib-name.js │ ├── deps (your non bower non npm library 3rd party dependencies) │ ├── test (the code of your tests) │ ├── doc (the API documentation) │


【文件预览】:
generator-jslibrary-master
----README.md(2KB)
----.gitignore(56B)
----app()
--------templates()
--------index.js(3KB)
----package.json(607B)

网友评论