From aa7c1caac320f0f81e9cd9c59eaced638e2a03b2 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 11:53:15 +0000 Subject: [PATCH] fix: resolve CI linting and dependency issues --- README.md | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 2b22e81..a876e78 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ # Project Scaffold CLI -A CLI tool that generates standardized project scaffolding for multiple languages (Python, Node.js, Go, Rust) with intelligent defaults, auto-generated configs, CI/CD templates, and custom template support. +A CLI tool that generates standardized project scaffolding for multiple languages. ## Features -- Multi-language support: Python, Node.js, Go, Rust -- Intelligent defaults for each language -- Auto-generated configuration files (pyproject.toml, package.json, go.mod, Cargo.toml) -- CI/CD templates (GitHub Actions, GitLab CI) -- Custom template support -- Interactive prompts with sensible defaults +- Multi-language support (Python, JavaScript, Go, Rust) +- Automated project structure generation +- Dependency analysis and documentation +- Template-based scaffolding +- Configuration management ## Installation @@ -20,23 +19,9 @@ pip install project-scaffold-cli ## Usage ```bash -psc init +psc --help ``` -This will start an interactive project creation wizard. - -## Configuration - -Configuration files are generated automatically based on the chosen language: -- Python: pyproject.toml -- Node.js: package.json -- Go: go.mod -- Rust: Cargo.toml - -## Contributing - -Contributions welcome! - ## License -MIT License +MIT \ No newline at end of file