@ricardo-jrm/nova
v4.1.1
Published
Typescript NPM Package Boilerplate
Downloads
5
Maintainers
Readme
🟪 @ricardo-jrm/nova
Typescript NPM Package Boilerplate
Bootstrap
npx @ricardo-jrm/novaBoilerplate TypeScript project bootstrapped with all necessary configs and workflows
Workflows
Quality Assurance
- Will lint code and run tests
- Runs on
pull_requestsync andpushtomain
Release
- Will create a GitHub release with auto generated versioning and changelog
- Will publish the package to the public NPM registry
- Runs on
pushtomainand after the QA job
Publish to GitHub (Public)
- Will publish the package to the public GitHub registry
- Runs on
workflow_dispatch
Install
npm install @ricardo-jrm/nova
yarn add @ricardo-jrm/novaScripts
// install deps
yarn install
// run dev
yarn dev
// run build
yarn build
// run lint
yarn lint
// run unit tests
yarn testProject
Usage
import { example, exampleType } from '@ricardo-jrm/nova';
example();Dev Dependencies
YarnTypescriptNodemonPrettierESLintCommit LintLint StagedHuskyJestSemantic Release
License
MIT © Ricardo <l1b3r_-> Mota (@ricardo-jrm)
Bootstrapped with 🟪@ricardo-jrm/nova
