Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1003 Bytes

File metadata and controls

18 lines (10 loc) · 1003 Bytes

@harperfast/replace-me

This template is for creating open source repositories at Harper.

Template Overview

This template is a starting point for creating open source repositories at Harper. The only part that must be retained is the Apache 2.0 license file located at ./LICENSE. Everything else can be modified or removed as needed.

This template sets up a few key dev tools aligned with Harper's engineering guidelines.

  1. ESLint for linting
  2. Prettier for code formatting

The default configs are not meant to be immutable but rather a starting point, but keep in mind that we strive for consistency across Harper's open source projects.

A majority of the fields in package.json are filled in automatically. Make sure to replace the replace-me throughout the file with your project name.

The engines and devEngines fields are aligned with the core Harper repo Node.js version support and may change over time.