@the-/code

15.18.2 • Public • Published

@the-/code

npm Version

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

See API Guide for more detail

License

This software is released under the MIT License.

Links

/@the-/code/

    Package Sidebar

    Install

    npm i @the-/code

    Weekly Downloads

    185

    Version

    15.18.2

    License

    MIT

    Unpacked Size

    1.86 MB

    Total Files

    300

    Last publish

    Collaborators

    • okunishinishi