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

generator-talend

Package Overview
Dependencies
Maintainers
6
Versions
598
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-talend

Talend's JavaScript generator

  • 6.36.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
700
increased by560.38%
Maintainers
6
Weekly downloads
 
Created
Source

Talend's JavaScript Library Generator

NPM

Travis CI Quality dependencies devdependencies

Installation

You'll first need to install yeoman then install generator-talend.

npm install -g yo
npm install -g generator-talend

Usage

This generator has multiple subgenerators, so you use one of the following:

  • yo talend -> javascript library
  • yo talend:react-cmf -> create a project based on react-cmf
  • yo talend:react-component -> add a react component
  • yo talend:create-cell -> add a custom cell for the virtualized list ( components )

Running yo talend will launch the library creation wizard. It will do the following:

  • Fetch and Install the configuration files from Talend's tools repository
  • Create a simple README
  • Add the Apache-2 LICENSE file
  • Setup a default .gitignore file and make the initial git commit
  • Run the initial npm install

You can use yarn by adding --yarn option or the classic --skip-install if you just want to escape install step.

License

Copyright (c) 2006-2016 Talend

Licensed under the Apache V2 License

Keywords

FAQs

Package last updated on 17 Aug 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