Gathering detailed insights and metrics for create-awesome-node-app
Gathering detailed insights and metrics for create-awesome-node-app
Gathering detailed insights and metrics for create-awesome-node-app
Gathering detailed insights and metrics for create-awesome-node-app
Powerful tool to scaffold your application choosing between different templates and extensions for Web apps, Web Extensions, Monorepos, and more!
npm install create-awesome-node-app
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (96.12%)
Dockerfile (2.56%)
JavaScript (1.22%)
Shell (0.1%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
80 Stars
536 Commits
6 Forks
1 Watchers
7 Branches
3 Contributors
Updated on Jul 08, 2025
Latest Version
0.4.27
Package Id
create-awesome-node-app@0.4.27
Unpacked Size
138.64 kB
Size
34.06 kB
File Count
6
NPM Version
9.5.0
Node Version
18.14.2
Published on
Apr 07, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
🔥 Powerful tool to scaffold your application choosing between different templates and extensions for Web apps, Web Extensions, Monorepos, and more! ✨
To use create-awesome-node-app
, you need to have the following requirements:
fnm
to manage your Node.js versions. Install fnm
and set the Node.js version to the latest 22 version:1fnm use 22
You can install create-awesome-node-app
globally to use it as a CLI tool:
1npm install -g create-awesome-node-app
Alternatively, you can use it without global installation by running it directly with npx
, yarn
, or pnpm
.
1npm create awesome-node-app@latest --interactive
1yarn create awesome-node-app --interactive
1pnpm create awesome-node-app --interactive
If you installed create-awesome-node-app
globally, you can use it directly as a CLI tool:
1create-awesome-node-app --template react-vite-boilerplate --addons jotai material-ui github-setup
This example uses the react-vite-boilerplate
template and applies the jotai
, material-ui
, and github-setup
extensions.
You can list all available templates and addons using the following flags:
1# List all available templates 2create-awesome-node-app --list-templates 3 4# List all available addons 5create-awesome-node-app --list-addons 6 7# List addons compatible with a specific template 8create-awesome-node-app --template react-vite-boilerplate --list-addons
You can find the full list of available templates and extensions in the cna-templates repository.
This project is licensed under the MIT License.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
30 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More