@10up/create-10up 中文文档教程
10up Project Scaffold
10up Project Scaffold 是一个命令行工具,可以为您的新项目快速初始化入门主题或插件。 它遵守所有 10up 的最佳实践编码标准,并且已经过安全性、性能和可扩展性方面的审查。 该项目专门针对 10up 所做的工作,但我们欢迎所有社区贡献。
Contributing
如果您对生成的主题或插件有更新,请使用相关存储库提交这些问题或拉取请求:
Set Up from Github
- Clone the repository locally
- Run
cd project-scaffold
- Run
npm install
- Run
npm link
to make thecreate-10up
command global
Setup from npmjs.com
npm install @10up/create-10up -g
或 npx @10up/create-10up [type] [name]
Project Types
- theme
- plugin
- component
Example Usage with local installation
cd
< code>create-10up theme human-theme-name
create-10up plugin human-plugin-name
create-10up component human-component-name
Example Usage without local installation
<代码> npx @10up/create-10up theme human-theme-name
npx @10up/create-10up 插件 human-plugin-name
npx @10up/create-10up component human-component-name
Updating this tool
create-10up
正在积极开发中。 要获取最新版本,请导航到您的主目录(或您安装它的任何其他位置)中的此文件夹,然后 git pull
。
Learn more about the packages used with this project
Support Level
活跃:10up 正在为此积极努力,我们希望在可预见的未来继续努力,包括保持对最新版本 WordPress 的测试。 欢迎错误报告、功能请求、问题和请求请求。
Like what you see?
10up Project Scaffold
The 10up Project Scaffold is a command line tool to quickly initialize a starter theme or plugin for your new project. It adheres to all 10up's best practice coding standards and has been reviewed for security, performance, and scalability. This project is aimed specifically at the work that 10up does, but we welcome all community contributions.
Contributing
If you have an update for the theme or plugin that is generated, please submit those issues or pull requests with the associated repository:
Set Up from Github
- Clone the repository locally
- Run
cd project-scaffold
- Run
npm install
- Run
npm link
to make thecreate-10up
command global
Setup from npmjs.com
npm install @10up/create-10up -g
or npx @10up/create-10up [type] [name]
Project Types
- theme
- plugin
- component
Example Usage with local installation
cd <your-project-directory>
create-10up theme human-theme-name
create-10up plugin human-plugin-name
create-10up component human-component-name
Example Usage without local installation
npx @10up/create-10up theme human-theme-name
npx @10up/create-10up plugin human-plugin-name
npx @10up/create-10up component human-component-name
Updating this tool
create-10up
is in active development. To get the latest, navigate to this folder in your home directory (or wherever else you have it installed) and git pull
.
Learn more about the packages used with this project
Support Level
Active: 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.
Like what you see?
你可能也喜欢
- 4front-ldap-auth 中文文档教程
- 6b2f7cba85b3b7129e74b5db7b1a23df 中文文档教程
- 6vd-xiaofeng-kkb 中文文档教程
- @1o1w1/create-react-app 中文文档教程
- @3test/ethereum-bitski-frontend-provider 中文文档教程
- @42shadow42/react-editable-title 中文文档教程
- @78d6/react-form 中文文档教程
- @7rabbit/air 中文文档教程
- @a-a-game-studio/aa-image-manipolatore 中文文档教程
- @a501468940/banner 中文文档教程