PrismeJS — A presentation and transformation layer for complex/dirty API's data output.
- Author — Thomas Brodusch
- License — MIT
How to use PrismeJS
1. Grab the lib using your favorite package manager
yarn add prismejs
or
npm install prismejs
Have a look on examples/
or test/
for more explanations !
You can also npm run examples
to watch PrismeJS in action.
2. Use it in your code like a charm
;; // New instance of PrismeJconst Prisme = ; // Example from an api fetched data.
How to contribute on PrismeJS ?
Steps:
- Fork this repo
- Code some new stuff
npm run dev
to developnpm run test:watch
to run testsnpm run build
to generate a builded version- Make a Pull Request on
branch develop
(we using the git-flow branching structure) - Don't forget to implement some tests on
test/
folder