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

https://github.com/crapthings/snowpack-plugin-hjson


https://github.com/crapthings/snowpack-plugin-hjson

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# snowpack-plugin-hjson

### How to install

```
npm i -D snowpack-plugin-hjson
```

```diff
module.exports = {
plugins: [
+ 'snowpack-plugin-hjson'
]
}
```

### How to use

```diff
+ import config from './config.hjson'
// or
+ import config from './config.json'
```

### Hjson syntax

https://hjson.github.io/

https://hjson.github.io/try.html