@nuofe/ndk-config
TypeScript icon, indicating that this package has built-in type declarations

8.2.6 • Public • Published

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);

  // ...
}

Readme

Keywords

Package Sidebar

Install

npm i @nuofe/ndk-config

Weekly Downloads

1

Version

8.2.6

License

MIT

Unpacked Size

35.8 kB

Total Files

35

Last publish

Collaborators

  • xunyu
  • nuonuofe
  • zoeblow