0.0.1-beta.15 • Published 1 month ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month 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.15

1 month ago

0.0.1-beta.14

1 month ago