0.0.8 • Published 3 years ago

@bufferapp/base-backend-package v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Base Backend Package

This package provides the base setup to build a new backend package at Buffer:

  • ESlint + Prettier
  • TypeScript
  • Jest
  • Package commands

How to use

For now, simply copy-paste this folder, then manually edit the package.json:

  • name
  • version
  • description
  • homepage
  • keywords

In the future, we should write a npx script instead of having to copy-paste.