0.0.4 • Published 7 months ago

@mash-up-web-toolkit/generate-config v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@mash-up-web-toolkit/generate-config

  • @mash-up-web-toolkit/command의 설정 파일을 생성합니다.
// mashup.config.ts

import { MashupConfig } from '@mash-up-web-toolkit/command';

const config: MashupConfig = {
  "gen:api": {
    /**
     * @description 생성될 파일의 경로
     */
    output: "./src/__generated__",

    /**
     * @description 생성할 API의 주소
     */
    url: "주소를 입력해주세요.",

    /**
     * @description fetch 또는 axios 인스턴스 경로
     */
    instancePath: "@/configs/axios/instance",
  },
};

export default config;
0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago