lunes, 13 de mayo de 2024

GET/bower.io/api

 <=

var bower = require('bower');

bower.commands
.install(['jquery'], { save: true }, { /* custom config */ })
.on('end', function (installed) {
    console.log(installed);
});

bower.commands
.search('jquery', {})
.on('end', function (results) {
    console.log(results);
}); </script>

No hay comentarios:

Publicar un comentario

Gracias por participar en mi pagina