Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shadow-cljs

Package Overview
Dependencies
Maintainers
1
Versions
729
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shadow-cljs

ClojureScript for JS tools

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
36K
increased by5.16%
Maintainers
1
Weekly downloads
 
Created
Source

ClojureScript for JS devs

You can use npm or yarn.

yarn add shadow-cljs
./node_modules/shadow-cljs/bin/shadow-cljs

You can also yarn global add shadow-cljs and just use shadow-cljs globally.

The package should be added to your package.json though since yarn will remove the directory otherwise. We need to keep that.

Usage

shadow-cljs

See shadow-cljs -h for options.

By default it will look for CLJS sources in src-cljs.

You may add some configuration to your package.json under the shadow-cljs key

  "shadow-cljs": {
    "version":"1.0.20170516",
    "dependencies": [
      ["some-cljs-package", "1.0.0"]
    ],
    "source-paths": [
      "src"
    ]
  }
  • version is the version of shadow-devtools to use (optional)
  • source-paths defaults to ["src-cljs"]
  • dependencies extra CLJS dependencies you want

Keywords

FAQs

Package last updated on 15 May 2017

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc