1.1.7 • Published 5 years ago

generator-nightowl-react v1.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Nightowl React Generator

This Yeoman Generator scaffolds a simple javascript React.js application. It is the simplest way to get a working React.js app started.

Styling Support

Nightowl React supports the following styling libraries.

  • css
  • less
  • scss
  • styled-components

ESLint Profiles

Nightowl React supports the following ESLint profiles.

  • airbnb
  • prettier

Explicit Biases

The project this Yeoman Generator scaffolds does have some inherent biases that are there to enforce higher standards of maintainability and performance in React applications.

  • components are functional (no classes)
  • components are expected to use React Hooks
  • components are structured using Atomic Design

Install Nightowl React

To use Nightowl React, you need to install Yeoman and Nightowl React.

// install yeoman
npm i -g yo

// install nightowl-react generator
npm i -g generator-nightowl-react

Using Nightowl React

A simple shell command is all that is required to use Nightowl React. Nightowl React will show multiple prompts to configure your React app.

yo nightowl-react
1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago