1.2.1 • Published 3 years ago

@pubcore/generator-js v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.
1.2.1

3 years ago

1.2.0

3 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago