1.11.0 • Published 5 years ago

@marvinroger/dev-core v1.11.0

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
5 years ago

Marvin ROGER's JS dev core

This module provides tooling to lint, format, test and write JS modules.

It makes use of the following stack:

Install

yarn global add @marvinroger/dev-core

Then, inside a blank Node.js project, run dev-core init. This will install the stack, and add the correct scripts inside the package.json.

Installed scripts

yarn lint

Lint the code with Prettier and ESLint, trying to fix what's fixable.


yarn test

Test the code with Jest.


yarn generate-docs

Generate the HTML docs from the TypeScript code, into the docs/ directory.


yarn commit

Commit with a Conventional Commits compatible format.


yarn release

Bump package.json according to the commits, update CHANGELOG.md and tag a new release.

Note: Due to a TypeDoc restriction, every single exported method will be documented (even if not exported from the entry-point). To ignore such methods, add a @hidden annotation.

1.11.0

5 years ago

1.10.0

5 years ago

1.9.3

5 years ago

1.9.2

5 years ago

1.9.1

5 years ago

1.9.0

5 years ago

1.8.3

5 years ago

1.8.2

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago