8.2.6 • Published 3 years ago

@nuofe/ndk-config v8.2.6

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

NDK Config

NPM version Downloads

Manage ndk.config.js for NDK.

Install

yarn add @nuofe/ndk-config

Usage

import ndkCli from '@nuofe/ndk-cli';
import ndkConfig from '@nuofe/ndk-config';

export default async (pkg) => {
  const options = await ndkCli.initOptions(pkg, false);
  const config = ndkConfig.get(options);

  // ...
}