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!

Home Page:https://www.npmjs.com/package/create-awesome-node-app

Repository from Github https://github.comCreate-Node-App/create-node-appRepository from Github https://github.comCreate-Node-App/create-node-app

🌟 Create Awesome Node App πŸš€

Changelog | Contributing

Awesome Continious Integration npm npm License: MIT

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

  • Contributions make the open source community such an amazing place to learn, inspire, and create.
  • Any contributions you make are truly appreciated.
  • Check out our contribution guidelines for more information.

About

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

License:MIT License


Languages

Language:TypeScript 95.2%Language:JavaScript 2.7%Language:Dockerfile 2.1%Language:Shell 0.1%