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

0.4.3 • Public • Published

@readue/config

Readue 的配置包。

Install

npm install --save @readue/config

API

getDefaultConfig

获取默认的配置。

import { getDefaultConfig } from '@readue/config';

getDefaultConfig()

readUserConfig

读取用户自定义配置。

import { readUserConfig } from '@readue/config';

readUserConfig()

getConfig

获取配置,当用户配置为空时,会使用 Readue 默认配置。

import { getConfig } from '@readue/config';

getConfig()

ReadueConfig

配置对象类型定义。

import { ReadueConfig } from '@readue/config';

const config: ReadueConfig = getDefaultConfig()

WRITE_MODE

文件写入模式。

import { WRITE_MODE } from '@readue/config';

console.log(WRITE_MODE.COVER)  // 'cover'

DEFAULT_INSERT_PLACEHOLDER

默认的插入位置占位符。

import { DEFAULT_INSERT_PLACEHOLDER } from '@readue/config';
console.log(DEFAULT_INSERT_PLACEHOLDER) // '__READUE_PLACEHOLDER__'

Readme

Keywords

Package Sidebar

Install

npm i @readue/config

Weekly Downloads

1

Version

0.4.3

License

ISC

Unpacked Size

9.19 kB

Total Files

15

Last publish

Collaborators

  • cellerchan