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

generator-toe

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-toe

Yeoman generator

  • 0.8.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

generator-toe

Build Status

Eierlegende Wollmilchsau

yo toe is a generator for Yeoman which creates a fantastic JavaScript project setup out-of-the-box including many features like code style checks, documentation generation, code coverage reports, minification and obfuscation and many more. Stay tuned for some videos which will show the benefits of this generator in detail.

Getting Started

# Install Yeoman
npm install -g yo

# Install the "yo toe" generator
npm install -g generator-toe

# Create a directory for your project and switch to it
mkdir my-new-project
cd my-new-project

# Run the generator (inside your new project directory)
yo toe

Development Pipeline

With yo toe you get a complete development pipeline out-of-the-box which includes the following Features...

Initializing

grunt init

  • Resolving dependencies (Dependency Management)

Sanitizing

grunt check

  • Code Style Checks (Linting)
  • Checks for outdated comments

Building

grunt build

  • Transpilation of source code
  • Transpilation of test code
  • Transpilation of vendor files
  • Transpilation of helper files
  • Transpilation of stylesheets

Testing

grunt test

  • Unit testing (Specification Tests)
  • End-to-End testing

Reporting

grunt docs

  • Code Coverage (grunt docs:coverage)
  • Code Documentation (grunt docs:code)

Distributing

grunt dist

  • Concatenation
  • Minification
  • Obfuscation
  • Compression
  • Source Map Generation

Deploying

  • ... coming soon

Updating

grunt update

  • Update of node modules

Supporting

  • Project setup for NetBeans IDE 8+
  • Project setup for WebStorm IDE 10+
  • Support for Travis CI Environment

Developing

grunt dev

  • Development server
  • File Watcher
  • Live Reload

Keywords

FAQs

Package last updated on 18 Jan 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

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