All Projects → captainsafia → Checklist

captainsafia / Checklist

Licence: mit
A CLI tool that determines whether or not your new project is ready for battle

Programming Languages

javascript
184084 projects - #8 most used programming language

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

  Usage: checklist [options] [command]


  Commands:

    list|l                   List the current configuration for checklist
    check|c <configuration>  Check a project against a particular configuration

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Checklist Demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].