2.0.0 • Published 2 years ago

next-templates v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

😎 Introducing The Project

Generate React JS, Next JS and Redux based tempaltes with fully featured css

🚀 Quick Start

Install with the npm Global Package

$ npm install -g next-templates

Run npx to Install The Package

npx is a tool in the JavaScript package management module, npm.

This is a tool that allows you to run the npm package on a single run without installing the package.

$ npx next-templates "project name"

Select a Templates

Start your next-templates app in development mode at http://localhost:3000/

💎 The Package Features

  • Application

    npm.io npm.io npm.io npm.io

✨ 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

Palantir, the backers behind TSLint announced in 2019 that they would be deprecating TSLint in favor of supporting typescript-eslint in order to benefit the community. So, migration from TSLint to ESLint.

💳 License

MIT