0.7.0 • Published 7 years ago

editorconfig-jxa v0.7.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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')
0.7.0

7 years ago

0.6.0

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago