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

untool

Package Overview
Dependencies
Maintainers
4
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

untool

untool cli

  • 0.18.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
82
increased by24.24%
Maintainers
4
Weekly downloads
 
Created
Source

untool

npm

untool is our main command line interface. It serves a single purposes: it can be used to to control untool projects. To do so, it provides the terminal command un. Additionally, untool provides a bare-bones logging facility that can be disabled by providing a -q (or --quiet) CLI argument.

Installation

untool is meant to be installed globally or inside specific projects. If you install it globally, you can directly call it inside any untool powered project.

$ yarn global add untool # OR npm install --global untool

If you want to add a local command line interface to your project to be used in package.json scripts, simply add it to that project.

$ yarn add untool # OR npm install untool

Utilization

untools's mode of operation is that it will find a locally installed @untool/yargs and control it, acting as a very minimal wrapper around it.

$ un start -s
[foo] started in development mode
[foo] listening at http://localhost:8080
[foo] built successfully in 1.4s

You can also call it without arguments to see a list of available commands. This list will vary depending on the mixins you installed in every individual project.

$ un
Usage: un <command> [options]

Commands:
  un serve    Serve foo
  un start    Build and serve foo
  un build    Build foo
  un develop  Serve foo in watch mode

Options:
  --quiet, -q  Suppress log output                                    [boolean]
  --help, -h   Show help                                              [boolean]

FAQs

Package last updated on 03 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