Giter Club home page Giter Club logo

gather-static-template-strings's Introduction

gather-static-template-strings

Gather a list of all static strings in your Ember and/or Glimmer templates.

Motivation

The goal of this library is to be able to collect a list of the most commonly used static strings and allow us to remove them from the compiled template output (therefore shrinking template sizes dramatically). It is quite feasible to store a list of the most common strings in an array, and simply store their index in the precompiled template. For this to be useful, we need to be able to gather these static strings across a good cross-section of applications.

Privacy

If we are going to collectively share the output of this utility, we must ensure that we do not accidentally expose private information in the output. In order to facilitate this, the utility has been written so that all of the keys are SHA256 hashes of the original strings. This allows us to efficiently aggregate them, but does not leak any private data from an applications templates.

Usage

% npm install -g gather-static-template-strings
% gather-static-template-strings --path <path to your project> --output-path out.json

Share your out.json (via gist most likely) with us in #dev-glimmer on Ember Community slack.

gather-static-template-strings's People

Contributors

dependabot[bot] avatar rwjblue avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.