11.2.0 • Published 9 months ago

visyn_scripts v11.2.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
9 months ago

visyn_scripts

NPM version build

This package includes scripts and configuration files used by datavisyn repositories. Collecting everything in a single installable repository unifies configurations across many repositories, thus reducing the maintenance overhead.

Usage

Install visyn_scripts via npm: npm i --save-dev git+ssh://git@github.com/datavisyn/visyn_scripts.git#develop

Add visyn_scripts to your package.json scripts, i.e. add "compile": "visyn_scripts compile" and execute it with npm run compile, or alternatively directly execute it with npx visyn_scripts compile.

Configurations

visyn_scripts also includes default configurations for ESLint, Prettier, Typescript, ... To integrate them in an existing repository, simply switch to .js configurations and reexport the configurations found in visyn_scripts. This way, any editor will look for a .prettierrc.js in the repository, and will find one exporting the common configuration.

module.exports = require('visyn_scripts/config/prettierrc.template');

FAQ

...


11.2.0

9 months ago

11.1.1

10 months ago

11.1.2

10 months ago

11.0.0

10 months ago

11.1.0

10 months ago

10.0.0

11 months ago

10.1.0

11 months ago

10.1.1

11 months ago

9.0.0

1 year ago

8.0.3

1 year ago

8.0.4

1 year ago

8.0.2

1 year ago

8.0.1

1 year ago

8.0.0

1 year ago

7.0.2

1 year ago

7.0.1

2 years ago

6.0.0

2 years ago

5.1.0

2 years ago

5.0.0

2 years ago

4.1.0

2 years ago

4.0.1

2 years ago

3.0.1

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago