1.0.5 • Published 2 years ago

@hedgehoglab/crayon-cli v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

🖍 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

> jiti ./src/index.ts "--help"

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

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

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
1.1.5

8 months ago

1.1.4

8 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago