Skip to content

writescript/textbackend.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-backend.js

Build Status

Create text content programmatically.
The main usage is the creation of source code.

Simple API, simple example

Here is a simple example how to use text-backend.js

var text = new TextBackend();
text.write('hello world');
console.log(text.getString());

Server / Client

text-backend.js can be used at server and client site.

Installation

npm install paulvollmer/text-backend.js

Running Tests

run the tests:

npm test

License

MIT

About

testbackend used to create a row/level organized content array

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors