An open API service indexing awesome lists of open source software.

https://github.com/rmw-lib/nt2json5


https://github.com/rmw-lib/nt2json5

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

# @rmw/nt2json5

## English Readme

### Install

```yarn add @rmw/nt2json5 ``` or ``` npm install @rmw/nt2json5```

### Use

```coffee
#!/usr/bin/env coffee

import nt2json5 from '@rmw/nt2json5'

console.log nt2json5("a: 2")
```

## 中文说明

### 安装

```yarn add @rmw/nt2json5 ``` 或者 ``` npm install @rmw/nt2json5```

### 使用

```coffee
#!/usr/bin/env coffee

import nt2json5 from '@rmw/nt2json5'

console.log nt2json5("a: 2")
```

### 关于

本项目隶属于 **人民网络 ([rmw.link](//rmw.link))** 代码计划。

![人民网络](https://raw.githubusercontent.com/rmw-link/logo/master/rmw.red.bg.svg)