1.0.3 • Published 4 months ago

solid-fef-cli v1.0.3

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

Solid FE Form CLI

The Solid Front End Form CLI is meant to help creating forms on Vue/Angular frameworks from SHACL (Shapes Constraint Language) files.

Main Features

  • creates... (to do)

Installation

As solid-sfef-cli is a development dependency, it is recommened to install it using --save-dev option on your working directory.

npm install @solidlab/solid-fef-cli --save-dev
# or
npm i @solidlab/solid-fef-cli -D

It could also be install globally using --global option. For example, in case you want to use it for multiple projects.

npm install @solidlab/solid-fef-cli --global
# or 
npm i @solidlab/solid-fef-cli -g

Usage

# Print out the options in CLI
sfef help

List shapes available

sfef list-shapes

Custom CSS styles

sfef set-custom-css

Create form file and dependencies

sfef create --framework --shape --css

Remove

To uninstall, simply run:

# for development installation:
npm uninstall @solidlab/solid-fef-cli --save-dev
# or
npm rm @solidlab/solid-fef-cli -D

# for global installation:
npm uninstall @solidlab/solid-fef-cli --global
# or
npm rm @solidlab/solid-fef-cli -g
1.0.3

4 months ago