An open API service indexing awesome lists of open source software.

https://github.com/sjy/dazhaohu

minimum production ready npm package boilerplate
https://github.com/sjy/dazhaohu

boilerplate commonjs-modules esm npm umd-modules

Last synced: 21 days ago
JSON representation

minimum production ready npm package boilerplate

Awesome Lists containing this project

README

          

# 打招呼 Greeting


Downloads
Version
License
Build
Coverage Status


## Install

```bash
npm install dazhaohu # or yarn add dazhouhu
```

## Build

```bash
npm run build # or yarn build
```

## CLI

```bash
npx dzh --help
dzh -n 5
```

## NOTICE

If you want to execute `fixture/tryesm.mjs`, make sure your systems' nodejs version has been updated to v10 or later and execute with [--experimental-modules](https://nodejs.org/api/esm.html) option.

``` bash
node --experimental-modules fixtrue/tryesm.mjs

```

## TODO

Remove ugly `postinstall` hack which caused by[babel-version-issue-with-jest](https://github.com/facebook/jest/issues/6913)