@bearer/package-init

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/@bearer/package-init.svg)](https://npmjs.org/package/@bearer/package-init)

Usage no npm install needed!

<script type="module">
  import bearerPackageInit from 'https://cdn.skypack.dev/@bearer/package-init';
</script>

README

@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