0.0.5 • Published 2 years ago

package-sort v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago