module-sort

v0.0.3
Sort imports for ES6 scripts
import sort es6 modules

module-sort

npm version Dependency Status

An ECMAScript 6 syntax aware import sorter.

Installation

You can install module-sort using npm:

npm install -g module-sort

Usage

The CLI tool takes one file and print the import-sorted file on STDOUT:

module-sort test.js

You can also use this package as an library:

import ImportSorter from './import-sorter';
new ImportSorter(content).sort(); // return code with sorted imports
npm i module-sort

Metadata

  • MIT
  • Whatever
  • Zero Cho
  • released 2/11/2016

Downloads

Maintainers