create-awesome-node-app 0.4.15 → 0.4.16
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.
- package/README.md +13 -3
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!--lint disable double-link awesome-heading awesome-git-repo-age awesome-toc-->
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
|
-
<h1
|
|
4
|
+
<h1>🌟 Create Awesome Node App 🚀</h1>
|
|
5
5
|
|
|
6
6
|
[Changelog](#) |
|
|
7
7
|
[Contributing](./CONTRIBUTING.md)
|
|
@@ -16,11 +16,21 @@
|
|
|
16
16
|
|
|
17
17
|
</div>
|
|
18
18
|
|
|
19
|
-
Powerful tool to scaffold your application choosing between different templates and extensions for Web apps, Web Extensions, Monorepos and more!
|
|
19
|
+
🔥 Powerful tool to scaffold your application choosing between different templates and extensions for Web apps, Web Extensions, Monorepos, and more! ✨
|
|
20
20
|
|
|
21
21
|

|
|
22
22
|
|
|
23
|
-
##
|
|
23
|
+
## ⚙️ Requirements
|
|
24
|
+
|
|
25
|
+
To use `create-awesome-node-app`, you need to have the following requirements:
|
|
26
|
+
|
|
27
|
+
- **Node.js 18**: We recommend using [`fnm`](https://github.com/Schniz/fnm) to manage your Node.js versions. Install `fnm` and set the Node.js version to the latest 18 version:
|
|
28
|
+
|
|
29
|
+
```sh
|
|
30
|
+
fnm use 18
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## 🌟 Creating an app
|
|
24
34
|
|
|
25
35
|
- With NPM:
|
|
26
36
|
|
package/dist/index.cjs
CHANGED
|
@@ -3640,7 +3640,7 @@ var getCnaOptions = async (options) => {
|
|
|
3640
3640
|
// package.json
|
|
3641
3641
|
var package_default = {
|
|
3642
3642
|
name: "create-awesome-node-app",
|
|
3643
|
-
version: "0.4.
|
|
3643
|
+
version: "0.4.16",
|
|
3644
3644
|
type: "module",
|
|
3645
3645
|
description: "Command line tool to create Node apps with a lot of different templates and extensions.",
|
|
3646
3646
|
license: "MIT",
|
package/dist/index.js
CHANGED
|
@@ -3650,7 +3650,7 @@ var getCnaOptions = async (options) => {
|
|
|
3650
3650
|
// package.json
|
|
3651
3651
|
var package_default = {
|
|
3652
3652
|
name: "create-awesome-node-app",
|
|
3653
|
-
version: "0.4.
|
|
3653
|
+
version: "0.4.16",
|
|
3654
3654
|
type: "module",
|
|
3655
3655
|
description: "Command line tool to create Node apps with a lot of different templates and extensions.",
|
|
3656
3656
|
license: "MIT",
|