1.0.0 • Published 7 years ago

@captainsafia/checklist v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

Usage

Checklist Demo