New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

atscm-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atscm-cli

atSCM command line interface

0.2.4
Version published
Weekly downloads
28
-33.33%
Maintainers
2
Weekly downloads
 
Created

atscm-cli

atSCM command line interface

CircleCI AppVeyor codecov ESDoc

Installation

This module can be installed via npm. With node.js version 6 or later installed run:

# Install atscm-cli globally
npm install -g atscm-cli

You may have to run this command as an administrator.

Basic usage

You can find more detailed usage information in the usage manuals.

Creating a new atSCM project

Running atscm init will prompt you for a project name, description, etc. and create a new atSCM project.

For more detailed information on the init command look at the manuals.

Running tasks

Run tasks by typing atscm [task] inside a project directory.

Lookup the tasks available in the atscm manuals or by running atscm --tasks.

Open documentation

Running atscm docs will open the API documentation of the atscm module, running atscm docs --cli will open the documentation of this module.

FAQs

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