3.3.2 • Published 2 years ago

@ricardo-jrm/supernova v3.3.2

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

🟣 @ricardo-jrm/supernova

React Module Boilerplate

build license

author

lang version size


Bootstrap

npx @ricardo-jrm/supernova

Boilerplate React project bootstrapped with all necessary configs and workflows

Workflows

Quality Assurance

  • Will lint code and run tests
  • Runs on pull_request sync and push to main

Release

  • Will create a GitHub release with auto generated versioning and changelog
  • Will publish the package to the public NPM registry
  • Runs on push to main and after the QA job

Publish to GitHub (Public)

  • Will publish the package to the public GitHub registry
  • Runs on workflow_dispatch

Project

Install

npm install @ricardo-jrm/supernova

yarn add @ricardo-jrm/supernova

Usage

// component
import {
  ExampleComponent,
  ExampleComponentProps,
} from '@ricardo-jrm/supernova';

// hook
import { useExampleHook, ExampleHookType } from '@ricardo-jrm/supernova';

// context
import {
  ExampleContext,
  useExampleContext,
  ExampleContextType,
} from '@ricardo-jrm/supernova';

// provider
import { ExampleProvider, ExampleProviderProps } from '@ricardo-jrm/supernova';

Project Dependencies

Dev Dependencies

  • Yarn
  • Typescript
  • React
  • Prettier
  • ESLint
  • Commit Lint
  • Lint Staged
  • Husky
  • Jest
  • React Testing Library
  • Storybook
  • Webpack
  • Semantic Release

License

MIT © Ricardo <l1b3r_-> Mota (@ricardo-jrm)

Bootstrapped with 🟣@ricardo-jrm/supernova

3.3.1

2 years ago

3.3.2

2 years ago

3.3.0

2 years ago

3.2.0

2 years ago

3.1.6

2 years ago

3.1.5

2 years ago

3.1.4

2 years ago

3.1.3

2 years ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago