fformat
Version: 
This script helps people in formatting js, css and html files recursively by just mentioning the root path of your project.
13 lines (7 loc) • 583 B
Markdown
# files-formatter-web-project
This script helps people in formatting ***js, css and html*** files recursively by just mentioning the root path of your project.
## How to use it?
* Just install it by using the command `npm install -g fformat`
* Now to format all the files in your web-project with file-extensions including ***.js, .css, .html*** run the command `fformat <folder-path>`
* Example: `fformat /home/sukit/angular-starter-project`
**Note:** This module is going to cover more file extensions like ***.json, .htm, .scss, .less, .ts etc***. in the upcoming versions.