Socket
Socket
Sign inDemoInstall

generator-bode

Package Overview
Dependencies
605
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-bode

Yeoman generator for bootstrapping node or npm package


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Bode Generator Build Status NPM version David DM

/$$$$$$$                  /$$
| $$__  $$                | $$
| $$  \ $$  /$$$$$$   /$$$$$$$  /$$$$$$
| $$$$$$$  /$$__  $$ /$$__  $$ /$$__  $$
| $$__  $$| $$  \ $$| $$  | $$| $$$$$$$$
| $$  \ $$| $$  | $$| $$  | $$| $$_____/
| $$$$$$$/|  $$$$$$/|  $$$$$$$|  $$$$$$$
|_______/  \______/  \_______/ \_______/

Scaffold out a Node.js module

ScreenShot

  • Yeoman generator for bootstrapping npm package with following options

  • for unit test cases, following options are available

    • Nodeunit
    • Mocha with chai
    • None

Supports Github scaffold options i.e. git init, git remote add and creating repo on github

Install

$ npm install --global generator-bode

Usage

$ yo bode

Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.

Run Test

npm test

Contribute or Report Issue

For bugs and feature requests, please create an issue.

License

MIT © Yashprit

Keywords

FAQs

Last updated on 22 Jun 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc