New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bikeshed

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bikeshed

apply code style conversions

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

bikeshed

convert code style. currently only whitespace.

Usage

change all .js files in current directory from 2 spaces to tabs,

#convert 2 spaces to tabs. do not overwrite files.
bikeshed *.js --from 2 --to t --safe

this will create new files in '/tmp/bikeshed/' when you become confidant, use

# overwrite files
bikeshed *.js --from 2 --to t

Contributing

All contributions must have 3 space indentations!!!

If anyone wants to extend this to apply other tranformations, like automatic formatting... ping me and I'll add to the repo.

License

MIT

FAQs

Package last updated on 25 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts