Socket
Book a DemoInstallSign in
Socket

@moxb/shards-meteor-process-manager-antd

Package Overview
Dependencies
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moxb/shards-meteor-process-manager-antd

Shards: Meteor process manager - antd UI

latest
Source
npmnpm
Version
0.4.7
Version published
Weekly downloads
1
Maintainers
4
Weekly downloads
 
Created
Source

Shards - Meteor Process Manager: AntD UI

This family of packages provides a framework for Meteor projects that allows running tasks in the background.

Overview

  • See @moxb/shards-meteor-process-manager-core for a description of some basic terms.
  • See @moxb/shards-meteor-process-manager-server about the server integration.
  • This packages provides a UI for managing the processes.

Usage

Just use the React component.

const ProcessPage = () => (
    <div>
        <h2>Process Maanger</h2>
        <ProcessManagerUI scopeId="basic" />
    </div>
);

Keywords

meteor

FAQs

Package last updated on 01 Dec 2022

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