@skivvy/project-base

Base package for Node projects

Usage no npm install needed!

<script type="module">
  import skivvyProjectBase from 'https://cdn.skypack.dev/@skivvy/project-base';
</script>

README

@skivvy/project-base

npm version Stability

Configuration files for Node projects

Installation

npm install @skivvy/project-base --save-dev

Overview

A collection of opinionated defaults that ensure consistent, versioned configuration settings across projects.

Included files

This package creates symbolic links for the following files, if they do not already exist:

  • .editorconfig: EditorConfig configuration
  • .eslintrc: ESLint configuration
  • .git/hooks/pre-push: Git pre-push hook that runs npm test before pushing