You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

generator-nofx-webapp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-nofx-webapp

Generates web application with grunt, requirejs, handlebars, sass, jquery, localization, logging and more.

0.3.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

generator-nofx-webapp NPM version Build Status Dependency Status

Generates web application with grunt, requirejs, handlebars, sass, jquery, localization, logging and more.

Installation

First, install Yeoman and generator-nofx-webapp using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-nofx-webapp

Then generate your new project:

yo nofx-webapp

Project Overview

This project setup for frontend development is not intended to be used with a major framework (Ember, Angular, etc.), but allows you to start out with a minimal set of tools (requirejs, lodash, jQuery, Handlebars, moment.js, log4javascript, i18next) and grow your dependencies as you application requires it.

The grunt build script will create a fully optimized build (uglified, concatenated, hashed, etc.) with a single Javascript file. The build also replaces requirejs with almond.js to further reduce the foodprint of your dependencies. If you require dynamically loading of dependencies, you may have to modify the build process.

Last, the build also creates a full set of project reports including JsDoc, unit test coverage, lists TODO & FIXMEs and creates a static source code analysis using plato.

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.

License

MIT © Johannes Fischer

Keywords

web

FAQs

Package last updated on 10 Jul 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