1.0.0-alpha.5 • Published 6 months ago

walle-cli v1.0.0-alpha.5

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

walle-cli

Your CLI project organizer.

Installation

To install Walle CLI, you only need to execute the following command with NPM.

npm install -g walle-cli

Guide

To be able to start using Walle CLI on your project, you need to create a configuration file.

To achieve this, you can either create a blank configuration file using:

walle init

or fetch an online config using:

walle fetch <config_url>

Commands

Here is the list of available commands:

CommandDescriptionSyntax
initCreates a blank walle.config.json file in the working directory. You will be able to decide the entrypoint where you want walle to act and other options as adding walle config to gitignore. .walle init
fetchGets a remote walle config from a provided url.walle fetch <config_url>
sketchCreates a folder structure from a prototype in the config file. To create one, you need to add the prototype reference name and an optional name for the folder structure.walle sketch <prototype_ref> <(optional) custom_name>
makeCreates a manual instructions from a manual in the config file. To create one, first you need to sketch the folder(s) that contain(s) the manual reference and, therefore, execute this command with all custom instructions.walle make <path[]> <custom_manual_name> <instruction_triggers[]>
designLets you design new prototypes and manuals in the config file. In this version you can ONLY CREATE new prototypes and manuals.walle design
1.0.0-alpha.5

6 months ago

1.0.0-alpha.4

6 months ago

1.0.0-alpha.3

6 months ago

1.0.0-alpha.2

6 months ago

1.0.0-alpha.1

7 months ago

1.0.0-alpha.0

7 months ago

1.0.0

10 months ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago