add all copied files to virtual fs
Abierto
@alfred/core
- Lenguaje dominante
- TypeScript
- Estrellas
- 41
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```js
// example of a skill with dirs
module.exports = {
// ...
dirs: [
{
srsc: path.join(__dirname, 'boilerplate/actions'),
dest: 'src'
}
]
}
```
The skill should register all the files in `boilerplate/actions` in the virtual fs
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.