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

generator-tabris-js

Package Overview
Dependencies
Maintainers
13
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-tabris-js

A Yeoman generator for Tabris.js

  • 3.9.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
13
Created
Source

Tabris.js generator

Build Status

A Yeoman generator for Tabris.js apps. It lets you quickly set up a new project with sensible defaults and best practices.

Getting Started

Install yeoman, this generator, and an HTTP server for local testing:

npm install -g yo generator-tabris-js http-server

Create your app in an empty directory:

yo tabris-js

Run the app locally:

npm start

Get the Tabris.js Developer App and point it to the URL the HTTP server has just opened (should be printed on the console).

Documentation

Check out the online documentation for APIs, examples, and build documentation.

Contributing

To contribute to the Yeoman generator for tabris.js, begin by cloning this repository. Once cloned you can run npm install to install the required dependencies. Next install Yeoman using npm install yo -g. Finally you can install the local copy of the tabris.js generator using npm link. With the tabris.js generator installed, you can now run yo tabris-js to start the generator.

git clone https://github.com/eclipsesource/generator-tabris-js.git
cd generator-tabris-js
npm install
npm install yo -g
npm link

You can make changes to generator and test them by using npm link. Finally, feel free to suggest changes in GitHub Issues, or send us a Pull Request.

License

BSD License

Keywords

FAQs

Package last updated on 30 Jun 2023

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