New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bigstickcarpet/generator-npm

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigstickcarpet/generator-npm

My Yeoman generator for scaffolding npm projects

  • 1.6.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Yeoman logo

Dependencies npm License

This is my Yeoman generator for scaffolding npm projects. It's pretty tailored to my personal tastes, but feel free to use it if you want. Maybe our tastes are similar.

Features

  • Prompts you for all info and options. No need to remember a bunch of command line arguments.
  • Generates "ignore" files – .gitignore, .npmignore, .jshintignore
  • Enforces code styling via .jshintrc, .jscsrc, .editorconfig
  • Keeps your dependencies up-to-date via npm-check-updates
  • Adds npm scripts for building, testing, deploying, and updating dependencies.
  • Unit testing with Mocha, Chai, and Sinon, plus code coverage via Istanbul
  • Web browser support via Browserify, Bower, and Karma

Installation

Install the generator using npm.

npm install -g @bigstickcarpet/generator-npm

NOTE: Yeoman generators must be installed globally (using the -g flag). If you get any permissions errors, you can fix them by granting yourself access to the npm directories. Using sudo or an administrator account as a workaround is not recommended.

Getting Started

To scaffold an npm project, just run the following command.

yo @bigstickcarpet/npm

Depending on where you run this command, it will behave slightly differently:

  • When run in an existing npm project directory, it will update and/or repair any missing/corrupted files in the project.

  • When run in any other directory, it will create a brand new npm project. You will be prompted for the project name and other information.

Keywords

FAQs

Package last updated on 02 Sep 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

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