0.0.8 • Published 1 year ago

@lehotel/core v0.0.8

Weekly downloads
-
License
Lehotel
Repository
github
Last release
1 year ago

Installation

Use the package manager to install @lehotel/core (if you have been published to npm registry)

yarn add @lehotel/core

Local Development

For development, a package can be linked into another project. This is often useful to test out new features

  cd lehotel-core
  yarn link

Use yarn link @lehotel/core to link another package that you’d like to test into your current project.

Usage

import { isDev } from '@lehotel/core/dist/utils';

isDev();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago