modern-node-starter

1.3.6 • Public • Published

Modern Node Starter for projects

🚀 NodeJS Boilerplate Using TypeScript (Typeorm)


😎 Introducing The Project

Express consists of JavaScript, which makes it vulnerable to type definitions.

That's why we avoid supersets with starter packages that introduce TypeScript.

The package is configured to use TypeScript instead of JavaScript.

The project referred to express-generator-typescript

IMAGE_ALT

🤔 What is Express ?

Express is a fast, open and concise web framework and is a Node.js based project.

🚀 Quick Start

Install with the npm Global Package

$ npm install -g modern-node-starter

How to use

  $ modern-node-starter setup // for default setup
  $ modern-node-starter setup --dir "directory name" // create setup in directory
  $ modern-node-starter setup --dir . // create in current directory

ESLint, Prettier :: Code Formatter

Prettier is an opinionated code formatter.

ESLint, Find and fix problems in your JavaScript code

It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

  1. Install VSCode Extension Prettier, ESLint

  2. CMD + Shift + P (Mac Os) or Ctrl + Shift + P (Windows)

  3. Format Selection With

  4. Configure Default Formatter...

  5. Prettier - Code formatter

Formatter Setting

📬 Please request an issue

In the future, please write down your desired template, questions, and features to be added, and we will try our best to answer and reflect them.

Thank you very much for your interest in our package.

Readme

Keywords

Package Sidebar

Install

npm i modern-node-starter

Weekly Downloads

166

Version

1.3.6

License

MIT

Unpacked Size

26 kB

Total Files

19

Last publish

Collaborators

  • samushi