New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@idearium/cli

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idearium/cli - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

CONTRIBUTING.md

4

CHANGELOG.md

@@ -9,5 +9,5 @@ # @ideariym/cli

## Bugs
### Bugs
Fixed an issue with `package.json`.
- Fixed an issue with `package.json`.

@@ -14,0 +14,0 @@ ## 1.0.0-alpha.2

{
"name": "@idearium/cli",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "The Idearium cli, which makes working with our projects much easier.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,27 @@

# cli
# @idearium/cli
The Idearium cli, which makes working with our projects, super easy :)
## Documentation
The cli is self documenting and you'll find limited information about the commands within the cli here.
## Install
Via NPM:
```
$ npm install -DE [-g] @idearium/cli
```
We actually recommend installing `@idearium/cli` locally in your project. This allows each project to use a different version of the cli. If you do however, we also recommend adding `./node_modules/.bin` to your path, so that you can run the cli via `c` without a global install.
## Usage
Once installed, simply run `c`, and you'll get the help output for all commands. Running a sub-command and then `--help` will give you the help output for that command (i.e. `c dc --help`).
## Commands
The following is a summary of the top level commands.
- `c dc` is for everything Docker Compose.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc