3.0.0 • Published 8 months ago

@ekarpovs/npm-base-package v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

npm Base Package

Just an empty package produced by the development environment. The environment is dedicated to making real packages for Node.js projects. The structure of the environment and the development process are described in the Github README.md.

The project infrastructure

Typescript,
ESLint - a static code analysis tool,
prettier - a code formatter,
jest - a testing framework,
husky - a tool that allows to use Git hooks,
rimraf - a deep deletion module for node.
move-file-cli - a cross-platform alternative to mv for build scripts, etc.
semantic-release - automates the whole package release workflow including: determining the next version number, generating the release notes, and publishing the package cz-conventional-changelog" - Prompts for conventional changelog standard.