0.0.7 • Published 10 years ago

generator-smarttv v0.0.7

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

generator-smarttv Build Status Coverage Status Dependency Status

A generator for Yeoman to scaffold a Samsung SmartTV application.

##NOTE: Hasn't been updated in a long time because of other work. If someone would like to take over the main development of this that would be great.

Features

  • CSS Autoprefixing
  • Built-in preview server with LiveReload
  • Automagically compile CoffeeScript & Compass
  • Automagically lint your scripts
  • Automagically wire up your Bower components with bower-install.
  • Awesome Image Optimization (via OptiPNG, pngquant, jpegtran and gifsicle)
  • Mocha Unit Testing with PhantomJS
  • Optional - Twitter Bootstrap for SASS

Getting Started

  • Make sure you have installed yo: npm install -g yo and grunt: npm install -g grunt-cli.
  • Install the generator: npm install -g generator-smarttv
  • Run: yo smarttv
  • Run: grunt for building and grunt serve for preview

See the documentation on Samsung SmartTV apps for help with creating applications.

Options

  • --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

  • --test-framework=<framework>

    Defaults to mocha. Can be switched for another supported testing framework like jasmine.

  • --coffee

    Add support for CoffeeScript.

Scene Subgenerator

  • yo smarttv:scene <scene_name>

Options for subgenerator

  • --coffee

    Add support for CoffeeScript.

  • --sass

    Creates stylesheet in SCSS format.

Todo

  • Create icons
  • Get grunt serve to load app in VirtualBox

License

MIT License

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago