0.0.5 • Published 1 year ago

package-sort v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

package-sort

Lightweight utility to keep your package.json file organized

Features

  • sort entries alphanumerically (by default)
  • sort according to a custom order instead of default the alphanumerical sort
  • opt-in recursive sorting for nested objects within the file

Build Locally

# install dependencies
yarn install

# compile source code
yarn build

# if you want to run tests
yarn test
# or to run tests in watch mode
yarn test:watch
0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago