SDLC is a CLI tool for initializing and managing software development lifecycle projects. It provides commands to quickly set up project configuration and git integration.
Clone the repository and install dependencies:
npm i -g sdlcRun the CLI using:
npx sdlc <command>Or add to your PATH for global usage.
Initialize a new SDLC project with default configuration and git setup:
npx sdlc initThis will:
- Initialize a git repository in the current directory
- Create a default SDLC configuration file
See contributing.md for information on how to develop or contribute to this project!