@ricardojrmcom/nova
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

🟪 @ricardojrmcom/nova

Typescript NPM Package Boilerplate

build license

author

lang version size




Bootstrap

npx @ricardojrmcom/nova

Boilerplate TypeScript 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



Install

npm install @ricardojrmcom/nova

yarn add @ricardojrmcom/nova

Usage

import { example, exampleType } from '@ricardojrmcom/nova';

example();

Scripts

// install deps
yarn install

// run dev
yarn dev

// run build
yarn build

// run lint
yarn lint

// run unit tests
yarn test

Project


Project Dependencies


Dev Dependencies

  • Yarn
  • Typescript
  • Nodemon
  • Prettier
  • ESLint
  • Commit Lint
  • Lint Staged
  • Husky
  • Jest
  • Semantic Release



License

MIT © Ricardo <l1b3r_-> Mota (@ricardojrmcom)

Bootstrapped with 🟪@ricardojrmcom/nova


Package Sidebar

Install

npm i @ricardojrmcom/nova

Weekly Downloads

1

Version

5.0.0

License

MIT

Unpacked Size

13.3 kB

Total Files

30

Last publish

Collaborators

  • ricardojrmcom