From a64809d04c8ef81259ca44455f0785ed4a6b3f1b Mon Sep 17 00:00:00 2001 From: wang1212 Date: Mon, 26 Jul 2021 01:41:09 +0800 Subject: [PATCH] docs: add `awesome-template` repository reference :sparkles: --- README.md | 4 ++++ README.zh-CN.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 311dbea..9646d2f 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,7 @@ For more information, read `templates/*app/README.md` file contents. If you want to develop a node module package (library), maybe you can take a look: > [create-lib-starter](https://github.com/wang1212/create-lib-starter) + +Or, other similar things: + +> [awesome-template](https://github.com/wang1212/awesome-template) diff --git a/README.zh-CN.md b/README.zh-CN.md index 1ceffbe..cc8b42f 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -62,3 +62,7 @@ create-react-app [project_name] // 或者, 基于 react.js 开发 Web 应用 如果你想开发一个 node 模块包(库),也许你可以看看: > [create-lib-starter](https://github.com/wang1212/create-lib-starter) + +或,其它类似的东西: + +> [awesome-template](https://github.com/wang1212/awesome-template)