EditorConfig core library for JXA (JavaScript for Automation) on macOS
npm install editorconfig-jxa






![Gratipay User]()
EditorConfig core library for JXA (JavaScript for Automation) on macOS
```
npm install editorconfig-jxa
Implements editorconfig-core-jxa API
`javascript`
var editorconfig = require('editorconfig-jxa')
editorconfig.parseSync('~/file.js')
`javascript`
import { parseSync } from 'editorconfig-jxa'
parseSync('~/file.js')
Install the library with install-osa.sh:
`sh`
$ curl -fsSL https://raw.githubusercontent.com/umireon/editorconfig-jxa/master/install-osa.sh | bash
Use the library with Library:
`javascript``
var editorconfig = Library('editorconfig')
editorconfig.parseSync('~/file.js')