clival
v1.0.3
Published
Small CLI to import templates and components for vallium
Downloads
5
Readme
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.