New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

jcatalog-react-translation-map-editor

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jcatalog-react-translation-map-editor

Editor to define values for a field in different languages

  • 0.2.6
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created

Translation map editor

Expose React component that provides possibility to enter texts in different languages on UI.

Project structure

src
  /client         -- client side sources
    /components   -- react components
    /demo         -- demo, client side part
  /server         -- server side sources
    /demo         -- demo, server side part
package.json      -- project dependencies file
.eslintrc         -- lint options
.eslintignore     -- ignore files for lint tool

Build

The project package to npm and grails plugins and then publish artifacts to repositories

Next goals are available:

*npm publish-snapshot*  -- builds snapshot package(s) and publishes them
*npm publish-release*  -- build and publish released packages

Development

Workflow/goals:

*npm i*           -- install dependencies
*npm run lint*    -- check JavaScript/LESS/CSS for code style errors/warnings
*npm test*        -- runs tests
*npm start*       -- starts demo application

FAQs

Package last updated on 04 Oct 2017

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