simple-jsx
v1.0.1
Published
Simple jsx xml processor.
Downloads
2
Readme
pika-simple-jsx
Introduction
Simple jsx string processor
Folder structure
- root: Contains the README.md, the main configuration to execute the project such as package.json or any other configuration files.
- lib: Contains the source code for plugin.
- test: Contains library tests and examples.
- examples: Contains library examples.
- node_modules: Contains third party JS libraries used in this project
Setting up Dev
Download the code
git clone [email protected]:pikamachu/pika-simple-jsx.git
cd pika-simple-jsx
Install dependencies
bash pika install
Run application tests.
bash pika test