JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q46783F

A improved Yeoman generator for nodejs cli modules

Package Exports

  • generator-nodecli-awesome

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-nodecli-awesome) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

generator-nodecli-awesome

npm version Build Status npm

A node.js cli app generator for Yeoman.

  • pure mocha tests
  • no grunt
  • no gulp
  • creates man pages from markdown files

This is a improved version of https://github.com/walidsa3d/generator-nodecli

Install

To install from npm, run:

$ npm install -g generator-nodecli-awesome

Usage

Initiate the generator:

$ yo nodecli-awesome

This generator will install the following files:

  • package-json - initialized with the answers to all your questions.
  • .travis.yml - set up so you can push and get travis-ci continous integration tests.
  • .gitignore - ignore the usual stuff.
  • LICENSE - MIT license initialized with your details.
  • README.md - Initialized with your details and travis-ci badges.
  • index.js - Initial library file
  • test/index.js - unit test using mocha and chai
  • man/manpage.1