Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-nordnet-es-module

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-nordnet-es-module

Scaffold out an ES6 node module

  • 0.3.4
  • Source
  • npm
  • Socket score

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

generator-nordnet-es-module

NPM version Build Status Dependency Status

Scaffold out an ES6 node module

  • npm init compliant
  • ES6 workflow
  • Structured and trustworthy README
  • Tests, tdd and test coverage
  • Ready to use with travis and coveralls
  • Eslint, jscs and editorconfig support
  • Windows friendly
  • Badges

For whom?

For us and you. Specifically suitable for:

  • nordnet’s open-source and internal projects (yep, we kinda lazy)
  • for other companies’s open-source projects
  • for personal open-source node modules

Extra questions:

Generator will ask several questions. Main question is do you want to create corporate or your own project? Not less important question is do you want to open-source your new project or not?

corporate? Yn

Positive answer will lead to few questions about your company (name, github, site) and answers will be reflected almost only in License section.

open-source? Yn

Positive answer will lead to github optimised workflow, otherwize you will be asked about publishConfig url and end up with custom stash'n'jenkins flow.

transparent-banking example

Install

npm install --global yo generator-nordnet-es-module

Usage

# create folder for your project
mkdir transparent-banking
cd transparent-banking

# run generator
yo nordnet-es-module

# make initial commit
git init
git commit -am 'init commit'

License

MIT © Nordnet Bank AB

Keywords

FAQs

Package last updated on 11 Aug 2015

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