Skip to content
/ fixbow Public
forked from HenrikJoreteg/fixpack

A bower.json file scrubber based on fixpack

Notifications You must be signed in to change notification settings

mieky/fixbow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fixbow

A bower.json file scrubber.

Based on fixpack, a package.json file scrubber for the truly insane by Henrik Joreteg.

It will re-write your bower.json file as follows:

  • name first
  • description second
  • version third
  • authors fourth
  • all other keys in alphabetical order
  • dependencies and devDependencies sorted alphabetically
  • append operating system appropriate newline at the end of the file

It will warn you if any of these are missing:

  • authors
  • repository
  • keywords
  • main
  • ignore
  • homepage
  • license

Fix all indenting to 2 spaces.

Usage

  1. Install it globally
npm install -g fixbow
  1. Run it in the same directory as your bower.json, that's it.
fixbow

Changelog

  • 0.0.1 - Initial release

Credits

Shamelessly adapted from @HenrikJoreteg's fixpack by @mieky.

License

MIT

About

A bower.json file scrubber based on fixpack

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%