@modern-js/repo-generator 0.0.0-next-20230206032306 → 0.0.0-next-20230206053555

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 (3) hide show
  1. package/README.md +1 -2
  2. package/dist/index.js +3821 -1707
  3. package/package.json +12 -12
package/README.md CHANGED
@@ -10,14 +10,13 @@
10
10
  </a>
11
11
  </p>
12
12
  <p align="center">
13
- The meta-framework suite designed from scratch for frontend-focused modern web development
13
+ A Progressive React Framework for modern web development.
14
14
  </p>
15
15
 
16
16
  # Introduction
17
17
 
18
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.
19
19
 
20
- - [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)
21
20
 
22
21
  ## Getting Started
23
22