https://github.com/crapthings/snowpack-plugin-hjson
https://github.com/crapthings/snowpack-plugin-hjson
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/crapthings/snowpack-plugin-hjson
- Owner: crapthings
- Created: 2022-02-12T05:48:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T06:13:40.000Z (over 4 years ago)
- Last Synced: 2025-02-26T13:24:27.137Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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