@bearer/package-init
TypeScript icon, indicating that this package has built-in type declarations

0.116.1 • Public • Published

@bearer/package-init

oclif Version

Downloads/week License

Use init within a new package

yarn init
git init
echo 'node_modules\nlib/\ncoverage' > .gitignore
// answer questions
yarn add -D @bearer/package-init
yarn run aligator

This will setup

  • Typescript
  • commitlint (lint your commit messages)
  • prettier (format your code)
  • hooks (format your code when you commit)
  • add jest

-- toc as ! -->

Usage

Commands

Readme

Keywords

Package Sidebar

Install

npm i @bearer/package-init

Weekly Downloads

2

Version

0.116.1

License

MIT

Unpacked Size

20.6 kB

Total Files

7

Last publish

Collaborators

  • cfabianski
  • qrczeno
  • bearer-engineering-ci-cd
  • gotbadger