jbook-bundler-cli
v2.0.7
Published
This is a cli application that will fire up a React web application that transpiles and bundles code, allowing users to view the output in a dedicated window. It provides a platform to add code descriptions, write code snippets, and immediately visualize
Downloads
4
Readme
Code Output Viewer
This is a cli application that will fire up a React web application that transpiles and bundles code, allowing users to view the output in a dedicated window. It provides a platform to add code descriptions, write code snippets, and immediately visualize the output.
Features
- Code Input: Input code snippets with descriptions.
- Transpilation & Bundling: Transpile and bundle code for javascript languages and also include npm packages in the code.
- Output Window: View the output of the code in a dedicated window.
- Interactive Interface: Real-time feedback and immediate display of code results.
Technologies Used
- React
- Esbuild
- Lerna
- Express
- Bulma css
Installation
To run this application locally, follow these steps:
- Clone the repository:
npm i jbook-bundler-cli
- Run the instance of notebook locally:
npx jbook-bundler-cli serve
- Providing Optional filename:
npx jbook-bundler-cli serve notes.js
Usage
- Upon starting the application, you'll be presented with a code input interface.
- Add a description for your code snippet.
- Write your code in the provided editor.
- View the output in the dedicated output window.
- Explore and experiment with different code snippets and see their respective outputs.
Contact
For any inquiries or feedback, feel free to reach out at [email protected].
Thank you for using Code Output Viewer! 🚀