UNPKG

dev-checklist-kit

Version:

A CLI tool that generates a developer checklist Markdown file.

41 lines (25 loc) 2.09 kB
# DevChecklistKit [![NPM version](https://img.shields.io/npm/v/dev-checklist-kit.svg?style=flat)](https://www.npmjs.com/package/dev-checklist-kit) [![NPM downloads](https://img.shields.io/npm/dm/dev-checklist-kit.svg?style=flat)](https://npmjs.org/package/dev-checklist-kit) [![License](https://img.shields.io/npm/l/dev-checklist-kit.svg?style=flat)](https://github.com/matifandy8/DevChecklistKit/blob/main/LICENSE) > A simple, ready-to-use, professional deployment checklist for your web projects, delivered as a Markdown file via npm. Never forget a crucial deployment step again! DevChecklistKit provides a comprehensive, professional-grade deployment checklist in a clean Markdown format. By managing it as a dev dependency in your project, you ensure your entire team works from the same, version-controlled checklist. ## Why DevChecklistKit? - **Consistency:** Ensures every developer on your team follows the same pre-deployment procedure. - **Version Control:** Track changes to your checklist alongside your code in Git. - **Simplicity:** No complex tools. Just a straightforward Markdown file you can edit to fit your project's specific needs. - **Peace of Mind:** Reduce the risk of common deployment errors by having a systematic check. ## Features - **Comprehensive Checklist:** Covers common and critical aspects of web deployment, from code quality to server configuration and final testing. - **Editable Markdown:** Easily customize the checklist to match your specific deployment workflow. Add, remove, or modify items as needed. - **Simple Integration:** Installs directly into your project with a single npm command. ## Getting Started ### Installation & Usage Simply run this command to get the checklist markdown file: ```bash npx dev-checklist-kit ``` This will generate the `dev-checklist-kit.md` file in your current directory, ready to use in your workflow. ## Contributing Want to add more checklists? Submit issues or pull requests on [GitHub](https://github.com/matifandy8/DevChecklistKit). ## License MIT