8000 GitHub - aboudzein/devbox: quick-scripts , a collection of tiny global CLI tools for everyday dev tasks (like stripping comments, cleaning files, etc.)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

quick-scripts , a collection of tiny global CLI tools for everyday dev tasks (like stripping comments, cleaning files, etc.)

License

Notifications You must be signed in to change notification settings

aboudzein/devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devbox

A collection of useful CLI tools for everyday developer tasks – clean code, automate small fixes, and speed up your workflow.

Installation

npm install -g devbox

Usage

This package provides the devbox command-line tool.

Run devbox without arguments to see available commands:

devbox

remove-comments command

Removes single-line comments from TypeScript (.ts, .tsx) files.

Usage:

devbox remove-comments [directory]
  • [directory] (optional): The directory to scan for TypeScript files. If not provided, the current working directory is used.

Examples:

To remove comments from files in the current directory:

devbox remove-comments

To remove comments from files in a specific directory:

devbox remove-comments path/to/your/typescript/project

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

MIT

About

quick-scripts , a collection of tiny global CLI tools for everyday dev tasks (like stripping comments, cleaning files, etc.)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0