Socket
Socket
Sign inDemoInstall

generator-talend

Package Overview
Dependencies
6
Maintainers
6
Versions
598
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-talend

Talend's JavaScript generator


Version published
Maintainers
6
Install size
23.7 MB
Created

Readme

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

Last updated on 17 Aug 2021

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