editorconfig-jxa

0.7.0 • Public • Published

editorconfig-jxa

NPM

Build Status npm version devDependencies Status

Standard - JavaScript Style Guide Commitizen friendly semantic-release Gratipay User

EditorConfig core library for JXA (JavaScript for Automation) on macOS

Installation

npm install editorconfig-jxa

Usage

Implements editorconfig-core-jxa API

Example

via Webpack or Browserify

var editorconfig = require('editorconfig-jxa')
editorconfig.parseSync('~/file.js')

via Rollup

import { parseSync } from 'editorconfig-jxa'
parseSync('~/file.js')

via JXA native Library

Install the library with install-osa.sh:

$ curl -fsSL https://raw.githubusercontent.com/umireon/editorconfig-jxa/master/install-osa.sh | bash

Use the library with Library:

var editorconfig = Library('editorconfig')
editorconfig.parseSync('~/file.js')

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i editorconfig-jxa

    Weekly Downloads

    0

    Version

    0.7.0

    License

    MIT

    Last publish

    Collaborators

    • umireon