Giter Club home page Giter Club logo

easyscript's Introduction

Deprecated

Easy Script has been deprecated due to a lack of updates and features. It has been succeeded by william.js, which has much more advanced modules, better documentation, proper TypeScript support and more.


โœจ Easy Script

Easy Script is a npm package which makes coding in JavaScript easy!

Latest Release

๐Ÿ“Š Installation

You can use any of the commands below to install Easy Script.

npm install easyscriptjs
yarn add easyscriptjs

For more information on how to use Easy Script, the docs will have all the information you need.

๐Ÿค” Why?

  • Beginner friendly
  • Easy to use
  • Open source project
  • Reduces the size of your code
  • Simple & understandable documentation

โ“ Support

If you need any help, feel free to open an issue.

easyscript's People

Contributors

wdhdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

easyscript's Issues

[FEATURE] Labels

Is there an existing issue for this?

What?

Add labellers

Description

  • Add modules label when the src/modules/**/* folder is updated in a PR.
  • Add validated label if checks pass on a PR.
  • When the do not merge label is added to a PR, deny merging using a workflow.
  • Add readme label if a PR is updating the README.

Why?

Makes maintainers' lives easier as we can quickly tell what status a PR is at.

[FEATURE] Move to TypeScript

Is there an existing issue for this?

What?

Move the project to TypeScript

Description

Move the project from JavaScript to TypeScript.

Why?

So we can use Types in modules, and reduce the workload.

Error: Max number must be a number

Error: Max number must be a number when attempting to use random module without input.

Code:

const { random } = require("easyscriptjs");

const result = random();

console.log(result);

Console:

    if(isNaN(max)) throw new Error("Max number must be a number");
                   ^

Error: Max number must be a number

not an issue

i just wanted to say that this is a revolutionary project and i believe it will go on to change the world. it has certainly changed my life, and i dont think ill ever be able to use javascript the same way ever again.

[FEATURE] To string module

Is there an existing issue for this?

What?

A module which converts input into a string.

Description

A module which accepts any input and outputs it as a string.

We are aware of the built-in function .toString(), but we are going to be adding this so you don't need to use it like:

const variable = true;

console.log(variable.toString());

Instead you can use it like this:

const { string } = require("easyscriptjs");

string(true);

Why?

No response

[FEATURE] Multiple ID support

Is there an existing issue for this?

What?

Add the ability to generate multiple IDs.

Description

Add the ability to generate multiple IDs at a time using the id module, like the uuid module.

Why?

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.