@ricardo-jrm/supernova
TypeScript icon, indicating that this package has built-in type declarations

3.3.2 • Public • Published

🟣 @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


Package Sidebar

Install

npm i @ricardo-jrm/supernova

Weekly Downloads

0

Version

3.3.2

License

MIT

Unpacked Size

24.9 kB

Total Files

41

Last publish

Collaborators

  • ricardo-jrm