Skip to content
View klaytonfaria's full-sized avatar
🧪
Focusing
🧪
Focusing
Block or Report

Block or report klaytonfaria

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
klaytonfaria/README.md

Pinned

  1. markdown-json markdown-json Public

    Markdown to json has yaml support and converts your markdown files to json so you can use them as a static api.

    JavaScript 96 18

  2. webpack-exclude-assets-plugin webpack-exclude-assets-plugin Public

    Webpack plugin to exclude assets from webpack output based on a path RegExp pattern.

    JavaScript 5 2

  3. my-environment my-environment Public

    My Ansible playbook to quickly setup my Mac dev environment.

    Shell 10 1

  4. dotfiles dotfiles Public

    My dotfiles

    Vim Script 6

  5. zweepr zweepr Public

    This NPM module consolidates settings and dependencies of (and between) components. Build json files file with all dependencies of components inside of page to be used by tasks manager like gulp, g…

    JavaScript 6

  6. typescript-migration-evolution.md typescript-migration-evolution.md
    1
    # Script to track % of TypeScript in your repo / project
    2
    
                  
    3
    If you are migrating to TypeScript it may be nice to keep track of how you are doing for a particular project, here is an example of using `Tokei` and `jq` to do this.
    4
    
                  
    5
    - [Tokei](https://github.com/XAMPPRocky/tokei)