epic-cs
v0.2.2
Published
A Team EPIC tool for maintaining consistent code style setup across a variety of projects.
Downloads
4
Maintainers
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.