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

@pubcore/generator-js

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pubcore/generator-js

Yeomnan generator to create scaffolding for js package

  • 1.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

Build Status

Commandline tool to scaffolding new packages

Prerequisites

  • latest version of nodejs
  • latest version of npm
  • git

Yeoman generator to create a package scaffolding for ECMAScript 2021, with

  • eslint
  • prettier with husky pre-commit hook
  • transpiler via esbuild
  • running tests via mocha
  • sho code coverage after test run with nyc

Install it global

npm install -g yo @pubcore/generator-js

How to use

  1. within your scope directoy craete a new one (convention: lower case and dash-separated)
mkdir new-project
  1. and change into it
cd new-project
  1. execute
yo @pubcore/js
  1. (optional) if your code already exists, copy it into src/app.mjs.

Keywords

FAQs

Package last updated on 14 Feb 2021

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