fix: resolve CI linting and dependency issues
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
31
README.md
31
README.md
@@ -1,15 +1,14 @@
|
|||||||
# Project Scaffold CLI
|
# 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
|
## Features
|
||||||
|
|
||||||
- Multi-language support: Python, Node.js, Go, Rust
|
- Multi-language support (Python, JavaScript, Go, Rust)
|
||||||
- Intelligent defaults for each language
|
- Automated project structure generation
|
||||||
- Auto-generated configuration files (pyproject.toml, package.json, go.mod, Cargo.toml)
|
- Dependency analysis and documentation
|
||||||
- CI/CD templates (GitHub Actions, GitLab CI)
|
- Template-based scaffolding
|
||||||
- Custom template support
|
- Configuration management
|
||||||
- Interactive prompts with sensible defaults
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -20,23 +19,9 @@ pip install project-scaffold-cli
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
```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
|
## License
|
||||||
|
|
||||||
MIT License
|
MIT
|
||||||
Reference in New Issue
Block a user