Skip to content

The core library and webpack loaders for Muban

License

Notifications You must be signed in to change notification settings

leroykorterink/muban-core

 
 

Repository files navigation

muban-core

This package contains the core library and webpack loaders for Muban. Please have a look at the main repo for more information.

Installation

yarn add muban-core

Building

In order to build muban-core, ensure that you have Git and Node.js installed.

Clone a copy of the repo:

git clone https://github.com/mediamonks/muban-core.git

Change to the muban-core directory:

cd muban-core

Install dev dependencies:

yarn

Use one of the following main scripts:

yarn build            # build this project
yarn dev              # run compilers in watch mode, both for babel and typescript
yarn test             # run the unit tests incl coverage
yarn test:dev         # run the unit tests in watch mode
yarn lint             # run eslint and tslint on this project
yarn doc              # generate typedoc documentation

When installing this module, it adds a pre-commit hook, that runs lint and prettier commands before committing, so you can be sure that everything checks out.

Contribute

View CONTRIBUTING.md

Changelog

View CHANGELOG.md

Authors

View AUTHORS.md

LICENSE

MIT © MediaMonks

About

The core library and webpack loaders for Muban

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.1%
  • JavaScript 2.8%
  • HTML 2.1%