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

@netsells/crayon-cli

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netsells/crayon-cli

Crayon is a frontend CLI tool for bootstrapping and scaffolding frontend applications. Much like laravels `artisan` CLI tool, it aims to reduce time in writing a lot of repetitive patterns.

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

🖍 Crayon CLI

Crayon is a frontend CLI tool for bootstrapping and scaffolding frontend applications. Much like laravels artisan CLI tool, it aims to reduce time in writing a lot of repetitive patterns.

Installation

yarn add @netsells/crayon-cli

Or without installation:

npx @netsells/crayon-cli

Commands

  crayon  — a frontend CLI tool for bootstrapping and scaffolding frontend applications. 
 
  .--.     ___ .-.      .---.   ___  ___    .--.    ___ .-.
 /    \   (   )   \    / .-, \ (   )(   )  /    \  (   )   \
|  .-. ;   | ' .-. ;  (__) ; |  | |  | |  |  .-. ;  |  .-. .
|  |(___)  |  / (___)   .'`  |  | |  | |  | |  | |  | |  | |
|  |       | |         / .'| |  | '  | |  | |  | |  | |  | |
|  | ___   | |        | /  | |  '  `-' |  | |  | |  | |  | |
|  '(   )  | |        ; |  ; |   `.__. |  | '  | |  | |  | |
'  `-' |   | |        ' `-'  |   ___ | |  '  `-' /  | |  | |
 `.__,'   (___)       `.__.'_.  (   )' |   `.__.'  (___)(___)
                                 ; `-' '
                                  .__.'


  USAGE 
  
    ▸ crayon <command> [ARGUMENTS...] [OPTIONS...]


  COMMANDS — Type 'crayon help <command>' to get some help about a command

    make:component                       Generate boilerplate for a new component               

  GLOBAL OPTIONS

    -h, --help                           Display global help or command-related help.           
    -V, --version                        Display version.                                       
    --no-color                           Disable use of colors in output.                       
    -v, --verbose                        Verbose mode: will also output debug messages.         
    --quiet                              Quiet mode - only displays warn and error messages.    
    --silent                             Silent mode: does not output anything, giving no       
                                         indication of success or failure other than the exit   
                                         code.                                                  

Contributing

Installation

# clone the repo
git clone git@github.com:netsells/crayon-cli
# cd into the directory
cd crayon-cli
# link the module for use elsewhere
npm link

FAQs

Package last updated on 07 Nov 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc