@captainsafia/checklist
v1.0.0
Published
A CLI tool that determines whether or not your new open source project is ready for battle
Downloads
3
Maintainers
Readme
checklist
checklist is a command line utility for verifying the scaffolding of a particular project. This is useful if you'd like to integrate checks for a particular project setup before open sourcing a project, sending it to a client, or anything else.
Configurations are currently stored in ~/.checklist.config.js
. checklist
currently supports checking for files and folders in a directoy, if you have
other ideas for things it should check for, please open an issue.
Installation
npm install --global @captainsafia/checklist