Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
untool
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:
@untool/core
: central base module all other packages rely upon@untool/yargs
: command line interface engine@untool/express
: development and production server implementation@untool/webpack
: webpack setup (including Babel)@untool/react
: universal React implementation$ yarn add untool # OR npm install untool
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
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, Import } from 'untool';
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');
As untool
aggregates all other @untool
packages it includes all settings these provide.
FAQs
javascript tooling platform
The npm package untool receives a total of 9 weekly downloads. As such, untool popularity was classified as not popular.
We found that untool demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.