New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

trebor

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trebor

A Nodejs module to make standalone web components.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

trebor

NPM Version NPM Downloads Release Build Status

Overview

TreborJS is a NodeJS module to compile component declarated files into stand-alone web component javascript files to be used in the browser. The format of a single file component is specified be the module and described in it's documentation.

Why?

In this days front-end frameworks are very populars comming to be an important part of a web application. Almost all of then have a runtime library that is part of the application, Vue, React, Angular, but what if we can make a component that no need a runtime lib? What if we can create all components without useless code and can run it self?. That is what TreborJS do, a module that compile an structured html file in a javascript file with just the code you need and nothing more.

How to use

Install locally

npm i trebor -D

or install globally

npm i trebor -g

Documentation

Read the documentation here

Contributions

TO-DO

License

MIT

Keywords

single-file-component

FAQs

Package last updated on 29 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts