Skip to content

Crayon is a frontend CLI tool for bootstrapping and scaffolding frontend applications.

Notifications You must be signed in to change notification settings

hedgehoglab-engineering/crayon-cli

Repository files navigation

🖍 Crayon CLI

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

Installation

yarn add -D @hedgehoglab/crayon-cli

Or without installation:

npx @hedgehoglab/crayon-cli

Commands

  ___ _ __ __ _ _   _  ___  _ __
 / __| '__/ _` | | | |/ _ \| '_ \
| (__| | | (_| | |_| | (_) | | | |
 \___|_|  \__,_|\__, |\___/|_| |_|
                 __/ |
                |___/

Crayon CLI (@hedgehoglab/crayon-cli v1.0.11)

USAGE @hedgehoglab/crayon-cli init|make:component|config

COMMANDS

            init    Initialise a Crayon CLI config in the current directory
  make:component    Generate a component from boilerplate                  
          config    Output the current crayon cli config                   

Use @hedgehoglab/crayon-cli <command> --help for more information about a command.

Contributing

Installation

# clone the repo
git clone git@github.com:hedgehoglab-engineering/crayon-cli
# cd into the directory
cd crayon-cli
# install dependencies
pnpm install
# link the module for use elsewhere
pnpm link

About

Crayon is a frontend CLI tool for bootstrapping and scaffolding frontend applications.

Resources

Stars

Watchers

Forks

Packages

No packages published