0.0.1-beta.18 • Published 9 months ago

@void-fs/format-write v0.0.1-beta.18

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

@void-fs/format-write

使用 prettier 格式化写入文件

NPM Version NPM Downloads NPM License

自动根据文件名后缀格式化文件

writeFileWithFormat('/user/style.css', `* {width:100%;}`)

自定义 prettier 配置

writeFileWithFormat('/user/style.css', `* {width:100%;}`, {
  config: {
    semi: true,
  },
})

自定义 prettier parser

writeFileWithFormat('/user/style.css', `* {width:100%;}`, {
  parser: 'less',
})

全部方法

writeCSS

writeFileWithFormat

writeJSON

writeTS

License

MIT License

0.0.1-beta.18

9 months ago

0.0.1-beta.17

10 months ago

0.0.1-beta.16

11 months ago

0.0.1-beta.15

1 year ago

0.0.1-beta.14

1 year ago