Socket
Socket
Sign inDemoInstall

@coffeekraken/cli

Package Overview
Dependencies
86
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @coffeekraken/cli

Main Coffeekraken toolchain entry point that expose the sugar CLI and let you release the Kraken!


Version published
Weekly downloads
147
decreased by-2%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

{{#> layout-readme }}

CLI

This package gaves you access to the sugar CLI.

This CLI is the main entry point in the Coffeekraken ecosystem.

Features

  • Init new projects with ease sugar new
  • Launch your development environment with ease sugar dev
  • Build your project for production sugar build
  • Execute commands provided by other packages like:
    • Build your favicon sugar favicon.build
    • Build and compress your images sugar images.build
    • Build your docmap sugar docmap.build
    • And more...
  • Monorepo:
    • Execute commands directly in all your repositories sugar monorepo.run "ls -la"
    • List all your packages in your monorepo sugar monorepo.list
    • Transpile automatically your .ts files for all your repositories sugar monorepo.dev
    • And more...
  • Tools
    • Kill a process with ease sugar process.kill -p 3333
    • And more...
  • Package
    • Check that your dependencies are well listed in your package.json sugar.package.checkDependencies
  • And more...

Usage

The main thing is to install it like so:

npm i @coffeekraken/cli -g

Then you will have access to the sugar command that you can use first like so:

  1. sugar or sugar --help: Display the complete sugar CLI commands list
  2. sugar {stack} --help: Display the list of available actions in the passed stack
  3. sugar {stack}.{action} --help: Display a particular stack/action help with detailed arguments list, etc...

These are the main entry points with the ones you can discover and try our features

Available commands

Here's a list of the available commands:

{{#each availableCli.endpoints}}

  • sugar {{@key}} [arguments]
    • {{this.description}}

{{/each}}

{{/ layout-readme }}

FAQs

Last updated on 18 Aug 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc