3.0.0 • Published 1 year ago

@kwalox/create-node-app v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Create Node App

Create a JavaScript or TypeScript Node application with ease.

Quick Overview

mkdir my-app-dir
cd my-app-dir
npx @kwalox/create-node-app my-app

Creating an app

This was build for Node 16.0.0 or later version. I can't garantee that older version will work without configuration.

To create a new app, follow the steps below:

npx

This command will create files in your current directory.

npx @kwalox/create-node-app my-app

it will generate the initial project structure without installing dependencies. Add --install if you want dependacies to be immediately installed.

What’s Included?

  • ES6
  • TypeScript
  • ESLint
  • Babel
  • Docker
  • Docker-compose