1.0.3 • Published 6 months ago

clival v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

CLIVAL

Clival is a small cli to import templates, components, utils and other files for vallium.

Installation

NodeJS

Make sure a version of NodeJS is installed. You can run the node -v command in your terminal to check for a installed version. If no version comes up, please install the latest version.

CLI

To install the cli run the following command in your terminal.

npx clival

Options

The first argument is used as an import path. E.g. npx clival . will import the files into the current working directory. npx cilval ./react will check if a folder called react exists, if not it will create it and import the files into it.