ajones55555 / ajones55555/total-config-loader
Add ability to change the filepath with a field in the total.config.js
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
For example,
```
// total.config.js
module.exports = {
test: {
message: "Hello world!",
totalConfig: {
filename: "mytest"
}
}
}
```
should generate an output `test.config.js` with content:
```
module.exports = {
message: "Hello world!"
}
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.