Create-Node-App / create-node-app

Powerful tool to scaffold your application choosing between different templates and extensions for Web apps, Web Extensions, Monorepos, and more!
https://www.npmjs.com/package/create-awesome-node-app
70 stars 3 forks source link
ci cli create-awesome-node-app devcontainer docker docker-compose github-actions hacktoberfest nestjs npx reactjs state-management typescript

🌟 Create Awesome Node App πŸš€

[Changelog](./packages/create-awesome-node-app/CHANGELOG.md) | [Contributing](./CONTRIBUTING.md)
[![Awesome](https://awesome.re/mentioned-badge.svg)](https://github.com/vitejs/awesome-vite#get-started) [![Continious Integration][cibadge]][ciurl] [![npm][npmversion]][npmurl] [![npm][npmdownloads]][npmurl] [![License: MIT][licensebadge]][licenseurl]

This repository contains the source code for the create-awesome-node-app package. ✨

cna

πŸš€ Available Scripts

In the project directory, you can run:

npm run <script> Description
test Runs unit tests with Jest.
lint 🚦 Lints the project for potential errors
lint:fix Lints the project and fixes all correctable errors
format Formats the project using Prettier
type-check Runs TypeScript type checking

Running Locally

When contributing you might want to test your changes locally before opening a PR. To do so, you can use the create-awesome-node-app CLI to create a new project and test your changes.

# Clone the repository
git clone https://github.com/Create-Node-App/create-node-app.git

# Move into the directory
cd create-node-app

# Setup your local environment
fnm use
npm install

# Build the CLI
npm run build -- --filter create-awesome-node-app

# Create a new project
./packages/create-awesome-node-app/index.js my-app

🀝 Contributing