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

generator-esnext-modules

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-esnext-modules

Yo generators for Vanilla and React modules. The easy way to get started.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ESNEXT MODULE GENERATOR

This generator contains dead simple boilerplates for creating modules, commonly to be published on npm.

Installation

  • npm install yo generator-esnext-modules -g
  • Create a directory where you want to build your component (an initialised git repo folder for example)
  • cd into that directory

For Vanilla JS ES6 Modules

  • yo esnext-modules:vanilla
  • npm install
  • Use the readme in that folder to get you started

For Vanilla JS ES6 Modules

  • yo esnext-modules:react
  • npm install
  • Use the readme in that folder to get you started

Submitting issues

If you have are having a problem with the generator, before you submit an issue to this repo...

The template files are git submodules.

For issues relating to the Vanilla JS template, visit: https://github.com/3stacks/es6-module-boilerplate For issues relating to the React template, visit: https://github.com/3stacks/react-component-boilerplate

Otherwise, if your issue is with the generator, visit https://github.com/3stacks/esnext-module-generator

Changelog

1.0.1

Add more documentation

1.0.0

Initial Version

Keywords

FAQs

Package last updated on 29 Apr 2017

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