pathgae
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.00latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.00

Package Sidebar

Install

npm i pathgae

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

4.17 kB

Total Files

5

Last publish

Collaborators

  • qrac