npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@gloriajun/js-utilidad

v1.0.1

Published

[![npm version](https://badge.fury.io/js/js-utilidad.svg)](https://badge.fury.io/js/js-utilidad) [![Build Status](https://travis-ci.com/gloriaJun/js-utils-fp.svg?branch=master)](https://travis-ci.com/gloriaJun/js-utils-fp) [![Codacy Badge](https://api.cod

Downloads

3

Readme

javascript utilidad

npm version Build Status Codacy Badge DeepScan grade devDependencies Status

Functional Programming

  • javascript 함수형 프로그래밍을 이용하여 utility 만들어보기

해당 프로젝트의 목표는

  1. 함수형프로그래밍 실습해보기
  2. 테스트 코드 작성해보기

나와의 약속

  1. 작은 모듈 단위의 함수를 만든다.
  2. 해당 함수를 테스트 하기 위한 테스트 코드를 작성한다.

실습하면서 작성했던 기록들...

이제껏 템플릿을 이용하여 어느 정도 설정이 완료되어 있는 부분을 커스터마이징하는 정도로만 개발 환경을 구성해봤는데.. 이번에는 하나하나를 설정하는 과정을 조사하고 테스트해보면서 적용을 해봣었다.

관련하여 내가 이해한데로 정리하고 기록해두었던 글들...

  1. babel 설정하기
  2. webpack 설정하기
  3. ESLint 적용하기
  4. 테스트 코드 작성하기