New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

localci

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localci

A continuous integration(CI) solution for local application or service which is behind a firewall.

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

LocalCI

A continuous integration(CI) solution for local application or service which is behind a firewall. No need to share code with commonly CI tools like CircleCI, TravisCI and Jenkin, because you are hosting your the whole CI cycle.


History

I am hosting few web applications locally in development server and will be built many times a day due to provide a touch edge preview to user. The repeatly process can be done by CI tool. However, none of CI tool can deploy to my server due to the company's firewall. That's why I developed LocalCI.

  • Edit and push the code to GitHub.
  • GitHub will fire a Push event(trigger) to registered webhook (*the webhook should be set by you. Just point to the LocalCI server script is OK!).
  • LocalCI client will pull events by polling the LocalCI server script every 5 seconds (*you should provide the repository url and branch name which you want to watch).
  • Running your script if Push event is received.

Installation + Use

  • Install the npm globally
npm install -g localci
  • Start versioning for directory
localci

License

MIT

Keywords

ci

FAQs

Package last updated on 14 May 2019

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