Socket
Book a DemoInstallSign in
Socket

sao-wm

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sao-wm

A generator for ES6 based module

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

sao-wm

Github Actions CircleCI Coverage Status

Scaffolding out a web module.

Features

  • Lint your code with XO
  • Format your code with Prettier
  • Compile ES2015+ code with babel (Configurable target through browserslist)
  • Bundle them with gulp and rollup (ESM or UMD)
  • .editorconfig with space indention (size 2), LF EOL, auto trailing whitespace trimming and insert_final_newline = true
  • Precommit hooks configured by husky to lint your code before committing

Usage

Install SAO first:

yarn global add sao
# or with npm
npm i -g sao

From git

sao KsRyY/sao-wm

From npm

sao wm

Why the coverage is not 100%?

See line 62,63,64 of the source code. Currently there is no way to test these three lines with test suites provided by SAO.

FAQs

Package last updated on 24 Mar 2020

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