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

sbtcli-poc

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sbtcli-poc

A Node CLI for SBT

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

Sbtcli

An experimental CLI on Node for Sbt 1.2.X written in Scala.js.

Feel free to start using it at and report any bug, feature request, please note that it's still under hard development.

Install

npm install -g sbtcli-poc

How to use

From the base directory of any Sbt 1.2.X project you can type:

sbtcli <sbt-command>

or simply:

sbtcli

to access an interactive shell.

First time you spin it up, if Sbt hasn't already started it starts a detached instance of Sbt, to turn it off you should explicitly call:

sbtcli shutdown

You can tweak the logging level by setting the env variable:

SBTCLI_LOGLEVEL

default is to "info".

Limitations

Anything you can think about ...

Among the others, right now you can only execute straight commands.

Keywords

FAQs

Package last updated on 21 Sep 2018

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