New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

regularjs-beautify-core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regularjs-beautify-core

Beautify the template content of Regularjs

latest
Source
npmnpm
Version
0.0.8
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

regularjs-beautify-core

This is the core of regularjs-beautify, it contains the core logic about beautifying and is designed as easy to be integrated with. You'll not normally use this repo directly, consider to use the other downstream repositories.

Features

  • Includes a fresh parser rewriting in typescript
  • Follows the styles used in Prettier
  • Has few options

Usage

Use as lib

npm install regularjs-beautify-core

then

import { Formatter } from "regularjs-beautify-core"

Use as command-line

npx regularjs-beautify-core the-file-to-be-beautified

Above command just puts the results into stdin, plus an option -w if you want to effect the source file.

Keywords

Regularjs

FAQs

Package last updated on 07 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts