1.0.9 • Published 7 months ago

codepadjs v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Wellcome to codepadjs

Codepadjs is CLI tool for running javascript code in your local machine. Basically it provides an integrated development environment (IDE) and a text-editor It is written in nodejs and uses the vm module to run the code. Wellcome to codepadjs

In order to run codepadjs you need to have nodejs installed on your machine. You can download it from here.

Installation

To install codepadjs run the following command in your terminal:

npx codepadjs serve

Usage

  • After installing codepadjs, local CLI will open and runnig on port by default localhost:4005. You can access it by opening your browser and typing localhost:4005 in the address bar and hitting enter.

  • If portal had already been used on your machine, you can run it again by typing npx codepadjs serve -p {number} in your terminal. Replace {number} with the port number you want to use.

  • Saved code snippets will be stored in the codepad.js file which is located in a file directory where you run npx codepadjs serve command.


Usage of Code Editor
  • By default React is integrated into Code Editor. So you don't have worry about importing React.

-You can facilitate the use of the Code Editor by using the following shortcuts:

-show() function

image

-Tailwind also integrated into Code Editor. So you dont have to worry about intagrating UI library. You can use Tailwind by typing className="" in your JSX code.

  • Happy coding!

License

ISC

Author

Halil İbrahim Çelik

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.1.0-alpha.0

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago