Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
untool
untool
is our main, global command line interface. It serves a single purposes: it can be used to to control untool
projects. To do so, it provides the terminal command un
.
untool
is meant to be installed globally, not inside specific projects. If you want to add a local command line interface to your project to be used in package.json
scripts, please just use @untool/yargs
directly.
$ yarn global add untool # OR npm install --global untool
untools
's mode of operation is that it will find a locally installed @untool/yargs
and execute it. It will act as a very minimal wrapper around it.
$ un start -s
foo info
server listening at http://localhost:8080
You can also call it without arguments to see a list of available commands. This list will vary depending on the mixins you installed in every individual project.
$ un
Usage: un <command> [options]
Commands:
un serve Serve foo
un start Build and serve foo
un build Build foo
un develop Serve foo in watch mode
Options:
--version Show version number [boolean]
--help, -h Show help [boolean]
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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.