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

generator-nitro

Package Overview
Dependencies
Maintainers
1
Versions
327
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-nitro

Yeoman generator for the nitro frontend framework

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
418
decreased by-46.89%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

Yeoman Nitro Generator

Yeoman generator for Nitro - lets you quickly set up a project with sensible defaults and best practices.

Nitro is a Node.js application for simple and complex frontend development with a tiny footprint.
It provides a proven but flexible structure to develop your frontend code, even in a large team.
Keep track of your code with a modularized frontend. This app and the suggested atomic design, BEM and terrific concepts could help.
Nitro is simple, fast and flexible. Use this app for all your frontend work.

Usage

Install yo and other required tools:

npm install -g yo bower gulp jasmine karma-cli

If you want to use TypeScript, you need to install "tsd" (typescript definition repository) as well.

npm install -g tsd

Install generator-nitro:

npm install -g generator-nitro

Project Generation

Make a new directory, and cd into it:

mkdir my-new-project && cd my-new-project

Run:

yo nitro

You will be guided through some configuration options:

  • Desired Name (default: current directory name)
  • Desired CSS preprocessor (less or scss; default: less)
  • Desired JavaScript compiler (JavaScript or TypeScript; default: JavaScript)

It's possible to pass in these options through the command line

yo nitro --name=myproject --pre=scss --js=JavaScript

Generators

Available generators:

Note: Generators are to be run from the root directory of your app.

Generated app

See how tho use the generated app

Testing

Running npm test will run the jasmine unit tests.

npm test

Contribute

See the contributing docs
When submitting an issue, please follow the guidelines. Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue.
When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.
When submitting a new feature, add tests that cover the feature.

Changelog

Recent changes can be viewed on Github on the Releases Page

License

MIT license

Keywords

FAQs

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