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

@arelstone/traduora-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arelstone/traduora-cli

![npm](https://shields.cdn.bka.li/npm/dt/@arelstone/traduora-cli?style=for-the-badge) ![npm (scoped)](https://shields.cdn.bka.li/npm/v/@arelstone/traduora-cli?label=version&style=for-the-badge) ![GitHub issues](https://shields.cdn.bka.li/github/issues/are

  • 1.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
98
decreased by-19.67%
Maintainers
1
Weekly downloads
 
Created
Source

npm npm (scoped) GitHub issues GitHub pull requests

traduora-cli

  • Documentation
  • Issues

Read more in the documentation

Installation

npm install @arelstone/traduora-cli -save-dev

.traduorarc

This package needs to know a few things about your traduora project before being able to communicate with your server, for this we'll use an rc file.

In the root of your project create a .traduorarc-file.

The filenames allowed is: .traduorarc.js, .traduorarc.json and .traduorarc

{
    baseUrl: '', // Path to the api. Remeber the api/v1 suffix
    username: '', // The username of who will be authendicated
    password: '', // The password
    projectId: '', // The project is for your traduora project
}

Usage

In your package.json add traduora-cli to your scripts section. Because we rely on dotenv you need to

"scripts": {
    "traduora": "traduora"
}

Now you will be able to use the cli by running

npm run traduora stats
npm run traduora locale:add en_US

For more commands see the commands

Prerequisites

Keywords

FAQs

Package last updated on 16 Oct 2020

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