0.1.11 • Published 2 years ago
@dh-dependency/base v0.1.11
@dh-js/dependency-base
Readme in Czech (Readme v Češtině)
Basic settings with packages and settings.
Detail
Sets basic dependencies packages:
- babel - javascript compiler
- core-js - includes polyfills for ECMAScript up to 2021
- dotenv - loads environment variables from .env file
- eslint - an AST-based pattern checker for JavaScript
- chai - BDD/TDD assertion library for node.js and the browser. Test framework agnostic
- mocha - simple, flexible, fun test framework
- prettier - is an opinionated code formatter
The basic settings for babel and eslint are in the folder "./config/" directory.
Usage
Install the @dh-js/dependency-base package in your project. In the project directory, run the command:
$ npm install --save @dh-js/dependency-base
in file settings "./babelrc" add a dependency on the package "@dh-js/dependency-base"
{
"extends": "./node_modules/@dh-js/dependency-base/config/.babelrc"
}
in file settings "./eslintrc.json" add a dependency on the package "@dh-js/dependency-base"
{
"extends": "./node_modules/@dh-js/dependency-base/config/.eslintrc.json"
}
License
0.1.11
2 years ago
0.1.10
2 years ago
0.1.8
3 years ago
0.1.9
2 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.2
3 years ago
0.1.3
3 years ago
0.1.1
4 years ago
0.0.57
4 years ago
0.0.56
4 years ago
0.0.54
4 years ago
0.0.55
4 years ago
0.0.53
4 years ago
0.0.52
4 years ago
0.0.51
4 years ago
0.0.50
4 years ago