2.24.0 • Published 2 years ago

@chialab/exercises v2.24.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Get the library

Usage via unpkg.com as ES6 module:

import { ... } from 'https://unpkg.com/@chialab/exercises?module';

Install via NPM:

$ npm i @chialab/exercises
$ yarn add @chialab/exercises
import { ... } from '@chialab/exercises';

Development

Build status codecov

Build the project

Install the dependencies and run the build script:

$ yarn install
$ yarn build

This will generate the ESM bundles in the dist folder, as well as the declaration files.

Test the project

Run the test script:

$ yarn test

Release

The release script uses Semantic Release to update package version, create a Github release and publish to the NPM registry.

An environment variable named GH_TOKEN with a generated Github Access Token needs to be defined in a local .env file.

$ echo 'export GH_TOKEN="abcxyz"' > .env

Now you are ready to run the release command:

$ yarn release

License

Exercises is released under the MIT license.

2.24.0

2 years ago

2.19.0

2 years ago

2.17.0

2 years ago

2.15.0

2 years ago

2.20.0

2 years ago

2.22.0

2 years ago

2.20.1

2 years ago

2.18.1

2 years ago

2.18.2

2 years ago

2.16.1

2 years ago

2.18.0

2 years ago

2.16.0

2 years ago

2.21.0

2 years ago

2.23.0

2 years ago

2.11.0

2 years ago

2.12.0

2 years ago

2.10.0

2 years ago

2.9.0

3 years ago

2.9.1

3 years ago

2.8.7

3 years ago

2.8.6

3 years ago

2.13.0

2 years ago

2.14.0

2 years ago

2.8.8

3 years ago

2.8.1

3 years ago

2.7.2

3 years ago

2.8.0

3 years ago

2.8.3

3 years ago

2.8.2

3 years ago

2.8.5

3 years ago

2.8.4

3 years ago

2.5.0

3 years ago

2.7.0

3 years ago

2.6.0

3 years ago

2.7.1

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-alpha.1

3 years ago