@warungpintar/warpin-scripts

0.4.5 • Public • Published

warpin-scripts

Description

Centralized pluggable config for your JS/TS library. This library bundles all the necessary configurations and dependencies so you can focus on the code.

Usage

yarn add --dev @warungpintar/warpin-scripts

Editor support steps

Add a root tsconfig.json:

{
  "extends": "@warungpintar/warpin-scripts/config/tsconfig.json",
  "include": ["src"]
}

Add a root babel.config.js:

module.exports = require('@warungpintar/warpin-scripts/config/babel.config.js');

Add a root .prettierrc.js

module.exports = require('@warungpintar/warpin-scripts/config/prettier.config.js');

Add a root .eslintrc.js:

module.exports = require('@warungpintar/warpin-scripts/config/eslint.config.js');

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.4.56latest

Version History

VersionDownloads (Last 7 Days)Published
0.4.56
0.4.41
0.4.32
0.4.21
0.4.11
0.3.30
0.3.20
0.3.11
0.3.01
0.2.00
0.1.20
0.1.2-alpha.01
0.1.11
0.1.1-alpha.00

Package Sidebar

Install

npm i @warungpintar/warpin-scripts

Weekly Downloads

1

Version

0.4.5

License

MIT

Unpacked Size

6.12 kB

Total Files

11

Last publish

Collaborators

  • morzanu
  • ahmadp
  • srewarpin
  • resir014
  • sofianhw