@turnipxenon/turnip-standardizer
v0.1.1
Published
Personal commandline-like tool that helps standardizes my repo
Readme
Turnip Standardizer
Turnip Standardizer is my personal commandline like tool that checks if all my repos are following my standards.
Introduction
Key features
TODO: Add brief key feature list in bullet form
Getting Started
Step 1: Install (one time)
yarn global add @turnipxenon/turnip-standardizerStep 2: Run checks on your local repo
npx -- @turnipxenon/turnip-standardizer turnip-checkRequirements
Basic Requirements
- [ ] It should enforce conventional commit
- [ ] It should enforce changelog generation
- [ ] It should enforce README
Future Requirements
- [ ] For yarn publish, we want to put versions with all the changes we made. Add date too
- [ ] For things not implemented to our standard, we want to maybe implement a bot that creates git issues for the currently checked repo?
- [ ] We might want to do this automatically?
- [ ] Sync some of our plugin settings
- [ ] Check for license
- [ ] Check for proper package.json fields
