1.0.0 ā€¢ Published 6 years ago

thinkigo-bootstrap v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Thinkigo Bootstrap

šŸŽ† Welcome šŸŽ‡ To Thinkigo-Bootstrap Thinkigo-Bootstrap encapsulates all Thinkigo Javascript Clients, Interfaces, and Libraries

Getting Started

Development

Install dependencies using NPM:

npm install

And thats it!

all Thinkigo Javascript Modules can be found under thinkigo_modules.

If your developing a new library/client/interface please add it under the correct folder in thinkigo_modules and remember to export the library from index.js on root

Usage

Using anything in thinkigo-bootstrap is as easy as adding thinkigo-bootstrap as a npm dependency.

npm install thinkigo-bootstrap --save

thinkigo-bootstrap exposes all libraries on root, so all you need to do is import whatever you want into the desired application

import { adminClient } from 'thinkigo-bootstrap'

Testing

TODO

License

TODO