Skip to content

StatelessStudio/sdlc

Repository files navigation

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 sdlc

Usage

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 init

This 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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published