@the-/code

Code formatter of the-frameworks

Usage no npm install needed!

<script type="module">
  import theCode from 'https://cdn.skypack.dev/@the-/code';
</script>

README

@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