Socket
Socket
Sign inDemoInstall

@englercj/code-style

Package Overview
Dependencies
123
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @englercj/code-style

My own opinionated code style


Version published
Maintainers
1
Install size
10.6 kB
Created

Readme

Source

code-style

My common code style files

Install

# clone the repo to /tmp
git clone https://github.com/englercj/code-style.git /tmp/code-style &&

# copy the dotfiles over (but not .git, readme, or the folder itself)
find /tmp/code-style/ ! \( -path "*.git" -o -path "*.git/*" -o -name "README.md" -o -path "/tmp/code-style/" \) -exec cp {} . \; &&

# remove the cloned folder
rm -rf /tmp/code-style/

FAQs

Last updated on 21 Sep 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc