sdlc
v1.0.0
Published
sdlc
Readme
SDLC
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.
Installation
Clone the repository and install dependencies:
npm i -g sdlcUsage
Run the CLI using:
npx sdlc <command>Or add to your PATH for global usage.
init Command
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
Contributing & Development
See contributing.md for information on how to develop or contribute to this project!
