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

ci-script

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ci-script

Just execute the CI scripts.

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ci-script

Greenkeeper badge Build Status Coverage Status Dependency styled with prettier License

Just execute the CI scripts.

NPM

ci-script status

Features

  • cli - Command line interface.
  • travis - Automatically loads .travis.yml file and executes the inside script.
  • custom - Higher priority custom .ciscript.yml file, optional.

Install

npm install -g ci-script

Usage

$ ci-script -h

  Usage: ci-script [options] [directory]

  Execute the CI script.

  Options:
    -h, --help, help            output usage information
    -v, -V, --version, version  output the version number

Configuration

If you need to customize the .ciscript.yml file, the rules configured like this:

script:
  # commands are written in order.
  - echo "One"
  - echo "Two"
  - echo "Three"

can also copy the script in the .travis.yml file, then customize it.

Note: .ciscript.yml is optional.

Example

ci-script          # working in the local directory.
ci-script tests    # working in the `./tests/` directory.
ci-script ~/tests  # working in the `~/tests/` directory.

Environment

  • linux CI pass
  • macOS CI pass
  • windows Not yet tested

Contributing

Welcome to pull requests, report bugs, suggest ideas and discuss ci-script, i would love to hear what you think about ci-script on issues page.

If you like it then you can put a :star: on it.

License

MIT

Keywords

FAQs

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