Socket
Socket
Sign inDemoInstall

particular.cloud

Package Overview
Dependencies
49
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    particular.cloud

The development package for Particular.Cloud.


Version published
Maintainers
1
Created

Readme

Source

Particular.Cloud

particular.cloud

Command-line tool for interacting with Particular.Cloud.

Functionality

  • Fetch your texts from Particular.Cloud on npm install
  • Use the Particular.Cloud command-line interface

We also provide a VS Code extension for further development support!

Installation

Install particular.cloud as a devDependency to fetch your texts from Particular.Cloud and to interact with the Particular.Cloud command-line interface.

npm

npm i -D partiuclar.cloud

yarn

yarn add -D partiuclar.cloud

Usage

Run the cli via npx particular.cloud.

To fetch all texts from Particular.Cloud and store them in @particular.cloud/texts, run npx particular.cloud texts.

Add the following postinstall script to your package.json to automate the process:

"scripts": {
  "postinstall": "npx particular.cloud texts"
}

This ensures that your texts are always up to date when you run npm i.

Documentation

Please find more documentation here: particular.cloud/documentation

Changelog

Version 1.0.0
  • Updates to latest cli version
Version 0.0.0
  • Updates to latest cli version
Version 0.0.0
  • Fairy dust 🦄

Keywords

FAQs

Last updated on 20 Jan 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc