A simple JavaScript beautify tool

Overview

A simple JavaScript beautify tool

This tool will do the following things:

  • Beautify the JavaScript code
  • Convert hexadecimal number to decimal number, such as 0x04d2 to 1234
  • Calculate simple expressions, such as 1 + 2 + 3 + 4 to 10
  • Simplify confused expressions, such as !![] to true
  • Make complex string simpler, such as "\150\145\154\154\157" to "hello"
  • Convert computed property getting to uncomputed property getting, such as console['log'] to console.log

Usage

λ node beautifyjs -h
Usage: beautifyjs <input> [output] [options]

Example:
 - node beautifyjs input.js
 - node beautifyjs input.js output.js
 - node beautifyjs input.js --minify

Options:
  -V, --version  output the version number
  -m, --minify   make the output file minifier
  -h, --help     display help for command
You might also like...

This is a simple tool to allow you to create WebM files with changing aspect ratios.

This is a simple tool to allow you to create WebM files with changing aspect ratios.

WackyWebM WackyWebM is a tool that allows you to create WebM video files with changing aspect ratios. If you're having issues, want to share your cust

Jan 4, 2023

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack!

To-do-list Description "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark t

Oct 18, 2022

This is a simple tool to allow you to create WebM files with changing aspect ratios.

This is a simple tool to allow you to create WebM files with changing aspect ratios.

WackyWebM WackyWebM is a tool that allows you to create WebM video files with changing aspect ratios. If you're having issues, want to share your cust

Aug 18, 2022

Necktie – a simple DOM binding tool

👔 Necktie – a simple DOM binding tool Necktie is a library that binds your logic to the Document Object Model elements in an easy way. It has only ~3

Oct 7, 2022

A simple and fast redirection tool (short link) written in Rust.

🐰 RabiJump 简体中文 | API Doc RabiJump is an open source redirection service aimed for efficiency and simplicity. 🎆 Features: Built-in filesystem databa

Oct 19, 2022

A small and simple stress testing tool for Ethereum-compatible blockchain networks

A small and simple stress testing tool for Ethereum-compatible blockchain networks

Overview pandoras-box is a small transaction stress testing tool, part of any Ethereum client developer's toolkit. It is made for Ethereum-compatible

Aug 30, 2022

Merge multiple Prisma schema files, model inheritance, resolving name conflicts and timings reports, all in a simple tool.

Prisma Util What is Prisma Util? • How to use? • The configuration file • Support What is Prisma Util? Prisma Util is an easy to use tool that merges

Dec 28, 2022

A light-weight, simple, and straightforward learning tool for your Kubernetes cluster

A light-weight, simple, and straightforward learning tool for your Kubernetes cluster

Introducing Neptune Light-weight, simple, and straightforward learning tool for your Kubernetes cluster Neptune is an approachable learning tool, ligh

Jan 4, 2023

A simple tool to search Termux packages and their info.

Termux package search A simple tool to search Termux packages and their info. Runs completely in the browser, and works offline after the first load a

Dec 1, 2022
Owner
phithon
Creator of @vulhub
phithon
Open source app to beautify screenshots, quickly and easily

Codename: Pika What it does Lets you quickly beautify screenshots by adding rounded corners, background colors, shadows and more. You can copy the bea

Rishi Mohan 458 Dec 29, 2022
A CLI tool to create a NodeJS project with TypeScript CTSP is a CLI tool to make easier to start a new NodeJS project and configure Typescript on it.

CTSP- Create TS Project A CLI tool to create a NodeJS project with TypeScript CTSP is a CLI tool to make easier to start a new NodeJS project and conf

Jean Rodríguez 7 Sep 13, 2022
Simple Library implemented using HTML, CSS and JavaScript. This is a simple implementation of JavaScript Modules of ES6.

Awesome-books A single page project with the porpuse of storing books' titles and authors. Built With CSS, HTML & Javascript. How to run in your local

Saadat Ali 7 Feb 21, 2022
A very simple tool that generates multiple spellings of a phone number (to effectively search for it using the OR operator and quotes)

phonenumberqueryconstructor A very simple tool that generates multiple writings of a phone number (to effectively search for it using the OR operator

Cyb_detective 10 Dec 7, 2022
This simple project aims to connect to an API to fetch score data and display it on a LeaderBoard box, as well as provide the tool to submit a new score.

Leader Board: Hit the API! This simple project aims to connect to an API to fetch score data and display it on a LeaderBoard box, as well as provide t

Andrés Felipe Arroyave Naranjo 12 Apr 6, 2022
Password Generator - A fast, simple and powerful open-source utility tool for generating strong, unique and random passwords

A fast, simple and powerful open-source utility tool for generating strong, unique and random passwords. Password Generator is free to use as a secure password generator on any computer, phone, or tablet.

Sebastien Rousseau 11 Aug 3, 2022
Chris Siku 13 Aug 22, 2022
A simple node tool.

URLignore 中文文档 A simple node tool that supports removing duplicate configuration nodes, adding countries and add custom content automatically. Support

WuMX 7 Jul 23, 2022
A simple but powerful tool to make your screenshots prettier.

SnipSnap A simple but powerful tool to make your screenshots prettier. Motivation I built SnipSnap because I wasn't happy with the other options as th

Faraz Patankar 15 Dec 16, 2022