Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repository files & directories structure #24

Closed
xbrave opened this issue Feb 24, 2021 · 4 comments
Closed

repository files & directories structure #24

xbrave opened this issue Feb 24, 2021 · 4 comments
Assignees
Milestone

Comments

@xbrave
Copy link
Contributor

xbrave commented Feb 24, 2021

No description provided.

@xbrave xbrave self-assigned this Feb 24, 2021
@xbrave xbrave added this to the v5.0.x milestone Feb 24, 2021
@xbrave
Copy link
Contributor Author

xbrave commented Feb 25, 2021

参考了react-scriptsPackage Directory Layout的目录结构和说明 现在暂时将文件夹目录约定如下:

├── CHANGELOG.md
├── CONTRIBUTING.md
├── README.md
├── bin --相关的cli可选功能文件夹 现在的文件重复逻辑过多 后面看情况是否重构整合为一个文件
├── config --涉及到webpack等配置的文件夹 后面会重新整理
├── node_modules
├── package-lock.json
├── package.json
├── script --对应可选功能的具体实现 如果内容过多可以以对应命令的文件夹形式存放 现在util中的某些内容可以合并到这里
├── template --一些需要模板时存放模板的文件夹
└── util --存放公共的函数 不针对某个功能 现在的util有针对某个功能存放的问题 这周我会整理归档一版

@xbrave
Copy link
Contributor Author

xbrave commented Mar 2, 2021

plugins will be removed in next release:

@xbrave
Copy link
Contributor Author

xbrave commented Mar 15, 2021

dependencies will be removed in next release:

  • camelcase removed because attachToEnv function has been removed

  • decamelize removed because attachToEnv function has been removed

@xbrave
Copy link
Contributor Author

xbrave commented Mar 17, 2021

close because of 5.0.x alpha version has been release,

@xbrave xbrave closed this as completed Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant