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

generator-babylon

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-babylon

Yeoman generator

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

generator-babylon Build Status

Yeoman generator

About

Generator-babylon is a simple generator for projects using the BabylonJS framework for creating 3d games/apps in javascript.

Features

  • Manage dependencies with gulp-wiredep
  • BrowserSync for app testing and livereload
  • Combine and minify css and js files for distribution

Installation

To install generator-babylon from npm, run:

npm install -g generator-babylon

Finally, initiate the generator:

yo babylon

You can now work on your app in the app directory.

Available tasks

Launch local server and watch for changes:

gulp serve

Add new dependencies installed with Bower:

gulp wiredep

Compile app for distribution (combine and minify css and js) to the dist directory:

gulp dist

Additional notes

Use the app/assets directory to store additional files like textures and models. This directory is copied recursively to the dist directory when you publish your app.

Keywords

FAQs

Package last updated on 12 Aug 2015

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