6.0.1 • Published 3 months ago

@integreat/ts-dev-setup v6.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
3 months ago

Shared dev setup for Integreat TypeScript projects

Note: You are more than welcome to use this setup in your own projects. We will however update this repository according to what we need in the Integreat codebases, and take no responsibility for how this may affect your projects. If you want to make changes, we suggest forking.

Install

npm install @integreat/ts-dev-setup --save-dev

Then run the following commands in terminal to set up symbolic links to config files:

cp node_modules/@integreat/ts-dev-setup/ava-dist.config.cj ava-dist.config.cj
cp node_modules/@integreat/ts-dev-setup/ava.config.cj ava.config.cj
cp node_modules/@integreat/ts-dev-setup/codeclimate.yml .codeclimate.yml
cp node_modules/@integreat/ts-dev-setup/editorconfig .editorconfig
cp node_modules/@integreat/ts-dev-setup/eslintrc.json .eslintrc.json
cp node_modules/@integreat/ts-dev-setup/prettierrc.json .prettierrc.json
cp node_modules/@integreat/ts-dev-setup/tsconfig.json tsconfig.json

package.json

"type": "module",
"exports": {
".": {
    "import": "./dist/index.js",
    "types": "./dist/index.d.ts"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
    "test": "npm run lint && npm run build && c8 --reporter=text-summary ava --config ./ava-dist.config.js",
    "test:inspect": "node --inspect node_modules/ava/profile.js",
    "test:watch": "npm run dev",
    "dev": "ava --watch",
    "build": "tsc",
    "coverage": "c8 report",
    "lint": "eslint --ext .ts src"
}
6.0.1

3 months ago

6.0.0

3 months ago

6.0.0-rc.3

3 months ago

6.0.0-rc.2

3 months ago

6.0.0-rc.1

4 months ago

6.0.0-rc.0

5 months ago

5.0.4

5 months ago

5.0.3

6 months ago

5.0.2

7 months ago

5.0.1

7 months ago

5.0.0

8 months ago

4.1.1

10 months ago

4.1.0

12 months ago

4.0.1

1 year ago

3.0.0

1 year ago

4.0.0

1 year ago

2.3.1

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.0

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.2.1

3 years ago

1.2.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago