1.0.4 • Published 6 months ago

codebaser v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Codebaser

A CLI tool to flatten codebases into single files with predefined templates for different project types.

Installation

npx codebaser

Usage

npx codebaser <template> [directories...]

Example:

npx codebaser react src components

Available Templates

  • nodejs: JavaScript/TypeScript Node.js projects
  • react: React/Next.js projects
  • python: Python projects
  • go: Go projects
  • rust: Rust projects
  • arduino: Arduino projects
  • php: PHP projects
  • docs: Documentation files (.md, .mdx)

Configuration

Environment variables:

  • ENCODING: Set file encoding (default: utf-8)
  • OUTPUT_PATH: Custom output file path

Requirements

  • Node.js >= 14.0.0

License

MIT

1.0.4

6 months ago

1.0.3

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago