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

@quadient/remote-scripting-development

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quadient/remote-scripting-development

This package provides a CLI tool for remote TypeScript/JavaScript project development and deployment.

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Weekly downloads
 
Created
Source

Remote Scripting Development

This package provides a CLI tool for remote TypeScript/JavaScript project development and deployment.

Features

The project provides the following features:

  • TypeScript/JavaScript compilation supports:
    • Multiple project roots
    • Optional restrictions
    • Type checking
  • Modules/imports support, external libraries from npm
  • Automatic deployment to development/production server

Prerequisites

The project requires the following prerequisites:

  • Node.js/npm

Installation

To install the project:

  1. Run this command: npm install @quadient/remote-scripting-development --save-dev
  2. Run @quadient/remote-scripting-development init as npm task
  3. Modify an .ENV file in the project's root.

ENV File Example

RSD_API_ENDPOINT=https://myServer:30600/api/scripts/upload
RSD_API_TOKEN=7NVYAj2hQd6cTt9BX8ceB3ee8AsAQp
RSD_ENVIRONMENT=dev

Tasks

The project provides the following tasks:

  • init - Creates default configuration.
  • build - Builds JavaScript bundles.
  • deploy - Deploys the bundles to a server.

Keywords

FAQs

Package last updated on 15 Apr 2021

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