# generator-nm **Repository Path**: mirrors_floatdrop/generator-nm ## Basic Information - **Project Name**: generator-nm - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # generator-nm [![Build Status](https://travis-ci.org/sindresorhus/generator-nm.svg?branch=master)](https://travis-ci.org/sindresorhus/generator-nm) > Scaffold out a [node module](https://github.com/sindresorhus/node-module-boilerplate) Optionally with a [CLI](http://en.wikipedia.org/wiki/Command-line_interface). This is what I use for [my own modules](https://www.npmjs.com/~sindresorhus). ![](screenshot.png) ## Install ``` $ npm install --global generator-nm ``` ## Usage With [yo](https://github.com/yeoman/yo): ``` $ yo nm ``` ## Tip Use [chalk](https://github.com/sindresorhus/chalk) if you want colors in your CLI. ## License MIT © [Sindre Sorhus](http://sindresorhus.com)