Code formatter of the-frameworks
the-code
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
HomePage
https://github.com/the-labo/the-code#readme
Repository
the-labo/the-code