Post by Makan on Mar 15, 2016 5:54:28 GMT 10
Source Code and Download: github.com/MastaCoder/dScript dScript Beta
What is it?dScript is project that I started to make JavaScript easy. When I program, I hate writing very long lines of code because it starts to get really boring and just repeats far too much. So I decided to start the dScript project. A library of functions in which you can call from anywhere that it is called from to get the functions. This is sort of like an alternative to jQuery, but probably to my eyes, much easier to use. Why not jQuery?jQuery is very advanced. I've been trying to study on most of it's functions and still, there are probably dozens maybe even hundreds of functions I don't know about. So this is where dScript comes in, it is much easier and way more light weight to use on your website. The one aim of this project is to JavaScript faster and shorter to type. So that 5 line function you were calling before, can simply be 1 line because you are calling it from the library that dScript provides.Is it flexible?In terms of installing and using, yes it is very flexible with websites. But then, shorter code sometimes might come into errors with others. Since we tries to make dScript variables short and still not to mess with the variables your previous code might have or the code in another script. Since the letters are short, there are possibilities of conflicts, but don't forget. dScript is open for you to change and use, so you can simply change dScript to what you like and can use.What do you mean by Open Source?This project is under the MIT License. This means you can take the code and do whatever you want with it as it is free for the community! You can even redistribute it under your name (Some credit would be nice.) or just take some code and add it to your own project. You are open to do anything with dScript. The full license is at the Github page provided above. DocumentationAll documentation and how to install instructions can be found in the README.md at the GitHub page.
Enjoy dScript
|
|