Skip to content

This package allows you to clean all your code from consoles, comments with specifying directories or files to clean

License

Notifications You must be signed in to change notification settings

joeSaad/code-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-cleaner

https://www.npmjs.com/package/code-cleaner

Clean code files on the go with this simple command.

Requirements

  • node 8+
  • npm 5.3.0

Installation

$ npm install -g code-cleaner

Usage

This component will work well with files of the following extensions

  • html
  • xhtml
  • xml
  • css
  • scss
  • less
  • js
  • jsx
  • ts
  • vue
  • java

if you want to perform cleaning on file

$ code-cleaner <file_with_its_path>

If you want to clean files in a directory at once

$ cd <directory>
$ code-cleaner .

Todo

Open for contribution/pull request

  • Include more types of files to clean e.g. (.py, .bash, .scala)

About

This package allows you to clean all your code from consoles, comments with specifying directories or files to clean

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published