vimify:使用vim将源代码转换为css样式的html! css source code
振奋 使您的源代码为互联网时代做好准备! 直接从您当地的vim专家使用花哨的html和css! 用法 var vimify = require ( 'vimify' ) ; vimify ( 'x = (y) -> y' , 'coffee' , function ( err , style , html ) { console . log ( 'the css' , style ) ; console . log ( 'the markup' , html ) ; } ) ; 去做 所有这些只是一个快速的原型。 我认为这是将来可以做的: 使代码更优雅! 使用spawn或其他方法避免使用临时文件。 html解析有点难看。 添加更多详细的测试。 在Windows上运行它。 作者 约翰·菲利普·斯特拉特 Johann Philipp Strathausen)
用户评论