build-meta

0.0.12 • Public • Published

How to Use

Install

npm i build-meta

Import Info Main/Entry JS File

In any js file, import the meta json file and save it to a window object. It's recommended you namespace it to your company name.

import meta from './meta.json';
 
window.yourcompany = window.yourcompany || {};
window.yourcompany.meta = window.yourcompany.meta || meta;

Readme

Keywords

none

Package Sidebar

Install

npm i build-meta

Weekly Downloads

1

Version

0.0.12

License

none

Unpacked Size

4.47 kB

Total Files

5

Last publish

Collaborators

  • codebend3r