source-component
v1.2.1
Published
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
Downloads
2,125
Readme
source-component
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