1.2.1 • Published 7 years ago

source-component v1.2.1

Weekly downloads
1,258
License
MIT
Repository
github
Last release
7 years ago

source-component

NPM version Build Status Dependency Status Coverage percentage

Installation

  npm install --save source-component

Usage

let SourceComponent = require('source-component');

let string = 'Hello world!';
let source = new SourceComponent();

let char = source.currentChar();
while(char) {
  char = source.nextChar();
}

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.

Created with

Yeoman and Generator-simple-package

License

MIT © Nghia Tran