Boiler is a utility library that makes every day tasks in JavaScript easier by providing over 115 methods

Overview

boiler

For More Info, API, Unit Tests, and Downloads visit: http://www.boilerjs.com

Boiler is a utility library that makes every day tasks in JavaScript easier by providing over 115 methods that work on arrays, collections, functions, numbers, objects, and strings. It's the JavaScript equivalent of a Swiss Army Knife.

[END NOTICE] I'm no longer able to maintain this library. Boiler.js was a great learning experience for me as a JavaScript developer. During its development I was able to push myself to the next level. That being said, I hope that the novel ideas boiler.js brought with it will help forkers and everyone else to make the JavaScript Utility Libraries of the future better and better.

You might also like...

This is simple To-Do App for managing the daily tasks and to keep track on tasks during the day.

This is simple To-Do App for managing the daily tasks and to keep track on tasks during the day.

Event Page Todo List. This is simple To-Do App for managing the daily tasks and to keep track on tasks during the day. Built With HTML CSS JavaScript

Mar 9, 2022

A collection of functions and methods to make it easier for you to create applications.

def-helper A collection of functions and methods to make it easier for you to create applications. Install npm install --save def-helper Usage import

Oct 13, 2022

To Do list is a small but useful project to make list app , you can add tasks delete tasks and modify tasks, the project built using HTML, CSS, JavaScript

Project Name The To-Do-List app description this is a project in the second week of the second module in microverse. its a useful to do list that save

Jul 25, 2022

A simple to do list app built with HTML, CSS and JavaScript. Users can add daily tasks, edit the tasks, delete the tasks when it's done

To Do List This is a website that allows users to manage the tasks. users can add every task to do and when the task is done users can delete the task

Jul 21, 2022

It's a javascript Class which contains utility methods that simplify working with google maps web SDK

About GoogleMapsJSHelper It's a javascript Class which contains utility methods that simplify working with google maps web SDK Note: i used ES7 Class

Jul 23, 2022

A to do list where you can add tasks, mark completed tasks and clear all completed tasks.

A to do list where you can add tasks, mark completed tasks and clear all completed tasks.

To Do List A to do list where you can add tasks, mark completed tasks and clear all completed tasks. You can rearrange the order of the tasks by doubl

Mar 4, 2022

A robust and light-weight inventory management application designed to help businesses maintain perfect control over every unit of stock.

A robust and light-weight inventory management application designed to help businesses maintain perfect control over every unit of stock.

Inventory Buddy Access inventory anytime on web, tablet or mobile. Inventory Buddy is a robust and light-weight inventory management application desig

Nov 5, 2022

🧩 TypeScript utility type in order to ensure to return only properties (not methods) containing values in primitive types such as number or boolean (not Value Objects)

🧩 TypeScript utility type in order to ensure to return only properties (not methods) containing values in primitive types such as number or boolean (not Value Objects)

🧩 TypeScript Primitives type TypeScript utility type in order to ensure to return only properties (not methods) containing values in primitive types

Dec 7, 2022

自动保持 GitHub 提交状态常绿 a commit every day, keep your girlfriend far away.

node-auto-green 自动保持 GitHub 提交状态常绿。 a commit a day keeps your girlfriend away. node-auto-green 是 auto-green 的 Node.js 版本。源自一个 issue Actions 被禁用,请问是否有腾

Oct 11, 2022
Comments
  • Documentation Site Nav

    Documentation Site Nav

    Please make the "index" element (the site nav) on your documentation website fixed so it remains on the screen as you scroll to various functions.

    This would improve the usability of the site by a lot, for very little effort.

    #index {
      /* existing styles */
      position: fixed;
    }
    
    opened by tskimmett 1
  • .first

    .first

    Still on the multidimensional array stuf. .first() doesn't chain with itself. _.first([foo, bar, baznutz]) or _.chain().first([foo, bar, baznutz]).end() returns foo, but _.chain().first([[foo, bar, baznutz], pork, bork]).end() returns [foo, bar, baznutz].

    opened by canid 1
  • _.isEqual doesn't seem to be doing correct comparisons between arrays

    _.isEqual doesn't seem to be doing correct comparisons between arrays

    _.isEqual doesn't seem to be doing correct comparisons between arrays ... the issue was encountered when comparing arrays with all string values but likely has a scope wider than this.

    bug 
    opened by Xaxis 0
  • _.pipe - Offer a precompiled solution for method chaining

    _.pipe - Offer a precompiled solution for method chaining

    https://github.com/documentcloud/underscore/issues/1166#issuecomment-20364326 ... This is a great idea and I would like to implement something similar in Boiler as well.

    enhancement 
    opened by Xaxis 0
Owner
Wil
A mostly enthusiastic tinkerer.
Wil
Grayce Muthui 8 Jun 16, 2022
This is a To-Do List. It shows a minimalist design with the next features: Add new tasks, edit tasks, markup completed tasks, and erase all completed tasks. Built with JavaScript.

Project Name To Do List Built With HTML CSS JavaScript Live Demo To do List Live Demo Link Getting Started This is a To Do List. It shows a minimalist

Santiago Cárdenas 6 Jun 9, 2022
A simple JS To Do List bundled using Webpack. You can add new tasks, edit existing tasks, check completed tasks, and delete tasks from the list. It is built mainly with Javascript.

To-Do-List A simple HTML list of To Do built using webpack and served by a webpack dev server. Live Link See Demo Built With HTML, CSS, Javascript To

Michael Ugochukwu 3 May 10, 2022
A JavaScript module that shortens your code, makes life easier, and makes development faster!

Quxt A JavaScript module that shortens your code, makes life easier, and makes development faster! Installation npm install quxt Quick Start Check ind

Qux App 5 May 8, 2022
This an CRUD app built were users can create, update and delete specific day to day tasks as they wish. The app is built using webpack and served with webpack dev server

Todo-List This an CRUD app built were users can create, update and delete specific day to day tasks as they wish. The app is built using webpack and s

Duane David 10 Sep 28, 2022
A simple application used to organize your day to day activity. Tasks can be added and removed from this list.

Minimalist ToDo List A minimalist list of TODOs. Built With HTML, CSS, JavaScript Webpack Jest NPM Node Getting Started In order to obtain a local cop

Eva Lavinia Bucur 10 Sep 9, 2022
JOSE ZEPEDA 10 Nov 18, 2022
ToDoList app helps users make their day organized and user can add tasks, delete completed tasks.Build with Javascript, HTML, CSS

ToDoList Description the project. This project we will help you organize your day. Add tasks Delete tasks And clear all tasks keep your list clean. Bu

Nurgul Kereikhan 6 Oct 11, 2022
This repo contains configurations for webpack, webhint, stylelint and eslint, it is a boiler-plate template and a starting point for coming projects.

Project Name Description the project. Built With Major languages Frameworks Technologies used Live Demo (if available) Experience a live Demo ?? Getti

Adel Guitoun 6 Oct 20, 2022