0.1.0 • Published 2 years ago

pathgae v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pathgae

About

ビルド後パスを作成するための小さなライブラリ。

  • 元パスのディレクトリ構造を保持
  • Windows のバックスラッシュはスラッシュに置換

How To Use

$ npm install pathgae
import pathgae from "pathgae"

const result = pathgae("src/pages/index.ts", {
  outBase: "src",
  outDir: "dist",
  outExt: "js",
})

console.log(result)
// => "dist/pages/index.js"

License

  • MIT

Credit