Skip to content

Instantly share code, notes, and snippets.

View ByIvo's full-sized avatar
❤️

Ivo Batistela ByIvo

❤️
  • Thoughworks
  • Maringá - Brazil
View GitHub Profile
@ByIvo
ByIvo / index.js
Last active February 8, 2018 00:14
NPM project-info-scanner package utilization example
var projectInfoScanner = require('project-info-scanner');
//Lets assume that you open your CLI tool at /tmp/my-project/sub-module and execute this index file with node
var completeProjectInfo = projectInfoScanner.from('/tmp/my-project/sub-module');
console.log(completeProjectInfo);
/*The console.log will print exactly this:
*
{
name: 'My Project',
@ByIvo
ByIvo / CSS3-BANNER-MOVIMENTATION.markdown
Created May 23, 2014 06:57
A Pen by Ivo Roberto Batistela.

CSS3 BANNER MOVIMENTATION

It's a little example of css3 banner right-left movimentation by changing the background-poisition property. I did this example to APDA's member petition.

A Pen by Ivo Roberto Batistela on CodePen.

License.