untool

2.1.3 • Public • Published

untool

travis npm

This package is an (optional) consolidated entry point to all other @untool/* packages. It does not contain any meaningful code of its own, but you can use it to access our entire code base.

Please refer to the respective packages for further information:

Installation

$ yarn add untool # OR npm install untool 

CLI

untool installs an executable called un in your project, allowing you to use it in your package.json scripts or simply with yarn:

$ yarn exec un start

API

Runtime

untool re-exports everything that @untool/core and @untool/react provide, meaning you can simply use it like this in your runtime code:

import { render, importComponent } from 'untool';

Core

untool re-exports everything that @untool/core, @untool/yargs, @untool/express, @untool/webpack and @untool/react provide. Use it in your Node.js code like this:

const { Mixin } = require('untool');

Settings

As untool aggregates all other @untool packages it includes all settings these provide.

/untool/

    Package Sidebar

    Install

    npm i untool

    Weekly Downloads

    2

    Version

    2.1.3

    License

    MIT

    Unpacked Size

    14.6 kB

    Total Files

    8

    Last publish

    Collaborators

    • robertkowalski
    • zaubernerd
    • jhiode
    • knisterpeter
    • dmbch