Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

generator-clear-creek

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-clear-creek

This is a Yeoman generator that is based on The Iron Yard Student Yeoman generator. This version is set up for those wanting to start a project with several popular JS libraries, and a live-server with browserify, watchify, SASS watch and livereload run

latest
Source
npmnpm
Version
0.1.40
Version published
Weekly downloads
7
133.33%
Maintainers
2
Weekly downloads
 
Created
Source

Yeoman TIY Generator

This is a Yeoman generator that is based on The Iron Yard Student Yeoman generator. This version is set up for those wanting to start a project with several popular JS libraries, and a live-server with browserify, watchify, SASS watch and livereload run

What is Included

  • Sass
  • jQuery
  • Underscore

What is Optional

  • Bootstrap
  • Backbone
  • Handlebars
  • React
  • React DOM
  • Backbone and Bootstrap component mixins for React

Installation & Usage

To install:

npm install -g generator-clear-creek

To update:

npm update -g generator-clear-creek

This is used like any other Yeoman generator. Simply navigate to your new project folder and run:

# Important: *run this inside the project directory*
yo clear-creek

npm Tasks

There are a few specific tasks so feel free to check out the package.json but the most used one will be.

  • npm run watch - Starts a server and watches for changes, also livereload
  • npm run deploy - sorts out folders for deploying properly to gh-pages in one command
  • Be sure to keep JSX out of your .js files for the deploy command to work

Keywords

yeoman-generator

FAQs

Package last updated on 17 Mar 2016

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