This package has been deprecated

Author message:

move to @the-/code ( https://github.com/the-labo/the/tree/master/packages/code#readme )

the-code

5.5.18 • Public • Published

the-code

Build Status npm Version JS Standard

Code formatter of the-frameworks

Installation

$ npm install the-code --save

Usage

'use strict'
 
const {TheCode} = require('the-code')
 
async function tryExample () {
  const theCode = new TheCode()
  await theCode.format('src/**/*.js')
}
 
tryExample().catch((err) => console.error(err))
 

API Guide

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i the-code

Weekly Downloads

8

Version

5.5.18

License

MIT

Unpacked Size

2.33 MB

Total Files

372

Last publish

Collaborators

  • okunishinishi