@modern-js/repo-generator 0.0.0-canary-20230303090508 → 0.0.0-canary-20231031023735

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +18 -14
  2. package/dist/index.js +140587 -137384
  3. package/package.json +51 -17
  4. package/src/index.ts +4 -7
package/README.md CHANGED
@@ -1,26 +1,30 @@
1
+
1
2
  <p align="center">
2
3
  <a href="https://modernjs.dev" target="blank"><img src="https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png" width="300" alt="Modern.js Logo" /></a>
3
4
  </p>
4
-
5
- <h1 align="center">Modern.js</h1>
6
-
7
5
  <p align="center">
8
- A Progressive React Framework for modern web development.
6
+ 现代 Web 工程体系
7
+ <br/>
8
+ <a href="https://modernjs.dev" target="blank">
9
+ modernjs.dev
10
+ </a>
11
+ </p>
12
+ <p align="center">
13
+ The meta-framework suite designed from scratch for frontend-focused modern web development
9
14
  </p>
10
15
 
11
- ## Getting Started
12
-
13
- Please follow [Quick Start](https://modernjs.dev/en/guides/get-started/quick-start) to get started with Modern.js.
16
+ # Introduction
14
17
 
15
- ## Documentation
18
+ > The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.
16
19
 
17
- - [English Documentation](https://modernjs.dev/en/)
18
- - [中文文档](https://modernjs.dev)
20
+ - [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)
19
21
 
20
- ## Contributing
22
+ ## Getting Started
21
23
 
22
- Please read the [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md).
24
+ - [Quick Start](https://modernjs.dev/docs/start)
25
+ - [Guides](https://modernjs.dev/docs/guides)
26
+ - [API References](https://modernjs.dev/docs/apis)
23
27
 
24
- ## License
28
+ ## Contributing
25
29
 
26
- Modern.js is [MIT licensed](https://github.com/modern-js-dev/modern.js/blob/main/LICENSE).
30
+ - [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)