Skip to content

DaviesOwonibi/nicer-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nicer: Your JavaScript Code's New Best Friend

😁

Nicer is a JavaScript code formatter designed to make your code more readable, consistent, and aesthetically pleadsing.


Prequisites

  • Deno

Installation

git clone https://github.com/DaviesOwonibi/nicer-formatter

Usage

Example:

deno run -A main.ts my_code.ts

Configuration

Nicer allows you to customize its formatting behavior through a configuration file. You can create a .nicerrc file in your project's root directory to define your preferences.

Example Configuration (.nicerrc):

{
 "tabSize": 2,
 "semicolons": true,
 "singleQuotes": false,
 "newlineBraces": false
}

Contributing


Here's how you can contribute:

Open an issue if you believe you've encountered a bug.
Make a pull request to add new features/make quality-of-life improvements/fix bugs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published