epic-cs

A Team EPIC tool for maintaining consistent code style setup across a variety of projects.

Usage no npm install needed!

<script type="module">
  import epicCs from 'https://cdn.skypack.dev/epic-cs';
</script>

README

EPIC-CS

EPIC-CS is a Team EPIC tool for maintaining consistent code style setup across a variety of projects.

Global Installation and Usage

It is intended that you install EPIC-CS globally to be used across your projects. It does not need to be a dependency of your project.

npm install -g epic-cs

To use EPIC-CS, change directory to the root of your project and run:

epic-cs

Then select the setup options you wish to apply to that directory.

The tool will copy over any relevant setup files and create a STYLE.md file containing example commands to run.