1.0.2 • Published 4 months ago

devkick v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

DevKick

DevKick is a colorful, interactive command-line tool designed to help developers kickstart their projects with ease. Whether you're working with Docker, web apps, or Python, DevKick checks your environment, suggests fixes, and runs startup tasks—all from your terminal.

Features

Project Detection: Automatically identifies your project type (Docker, Web, Python) based on files like Dockerfile, package.json, or requirements.txt.

Environment Checks: Ensures tools like Git, Node.js, Docker, or Python are installed and ready.

Startup Tasks: Offers to install dependencies, pull Git updates, start Docker Compose, launch web servers, and more.

Colorful Output: Vibrant terminal feedback with green checkmarks (✓), red crosses (✗), and blue prompts.

Interactive: Prompts you to confirm actions like running commands or opening your editor.

Cross-Platform: Works on Linux, macOS, and Windows (with minor manual steps for some features).

Installation

Install devkick globally via npm:

npm install -g devkick

Run devkick

devkick start
1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago