module-sort

0.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i module-sort

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • itszero