solid-fef-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i solid-fef-cli

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

130 kB

Total Files

51

Last publish

Collaborators

  • jordi-c