create-awesome-node-app 0.4.6 → 0.4.8

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 CHANGED
@@ -18,34 +18,28 @@
18
18
 
19
19
  Powerful tool to scaffold your application choosing between different templates and extensions for Web apps, Web Extensions, Monorepos and more!
20
20
 
21
- ## Creating an app
21
+ ![cna](https://user-images.githubusercontent.com/17727170/229553510-49d0d46f-11ac-4b07-acf3-8db8ce7959ec.gif)
22
22
 
23
- To create a new app, you may choose one of the following methods:
23
+ ## Creating an app
24
24
 
25
- ### npx
25
+ - With NPM:
26
26
 
27
27
  ```sh
28
- npx create-awesome-node-app my-project
28
+ npm create awesome-node-app@latest
29
29
  ```
30
30
 
31
- _([npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) comes with npm 5.2+ and higher, see [instructions for older npm versions](https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f))_
32
-
33
- ### npm
31
+ - With Yarn:
34
32
 
35
33
  ```sh
36
- npm init awesome-node-app my-project
34
+ yarn create awesome-node-app
37
35
  ```
38
36
 
39
- _`npm init <initializer>` is available in npm 6+_
40
-
41
- ### yarn
37
+ - With PNPM:
42
38
 
43
39
  ```sh
44
- yarn create awesome-node-app my-project
40
+ pnpm create awesome-node-app
45
41
  ```
46
42
 
47
- _`yarn create` is available in Yarn 0.25+_
48
-
49
43
  [cibadge]: https://github.com/Create-Node-App/create-node-app/actions/workflows/ci.yml/badge.svg
50
44
  [npmversion]: https://img.shields.io/npm/v/create-awesome-node-app.svg?maxAge=2592000?style=plastic
51
45
  [npmdownloads]: https://img.shields.io/npm/dm/create-awesome-node-app.svg?maxAge=2592000?style=plastic
package/dist/index.cjs CHANGED
@@ -3656,7 +3656,7 @@ var getCnaOptions = async (options) => {
3656
3656
  // package.json
3657
3657
  var package_default = {
3658
3658
  name: "create-awesome-node-app",
3659
- version: "0.4.6",
3659
+ version: "0.4.8",
3660
3660
  type: "module",
3661
3661
  description: "Command line tool to create Node apps with a lot of different templates and extensions.",
3662
3662
  license: "MIT",
package/dist/index.js CHANGED
@@ -3666,7 +3666,7 @@ var getCnaOptions = async (options) => {
3666
3666
  // package.json
3667
3667
  var package_default = {
3668
3668
  name: "create-awesome-node-app",
3669
- version: "0.4.6",
3669
+ version: "0.4.8",
3670
3670
  type: "module",
3671
3671
  description: "Command line tool to create Node apps with a lot of different templates and extensions.",
3672
3672
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-awesome-node-app",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "type": "module",
5
5
  "description": "Command line tool to create Node apps with a lot of different templates and extensions.",
6
6
  "license": "MIT",