0.0.8 • Published 2 years ago

@rdfrontier/plugin-shared v0.0.8

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

Frontier Plugin Shared Functions Library

@rdfrontier/plugin-shared

A library of common functionalities utilized amongst the frontier plugins available.

     

Table of Contents

       

Installation

$ yarn add @rdfrontier/plugin-shared

or

$ npm install @rdfrontier/plugin-shared

   

Usage

Eg: import { invalidProject } from '@rdfrontier/plugin-shared';

   

Options

NameDescription
Errors
invalidProject(commandType: string, projectType: string)Throw error if project location is invalid.
existingProject(projectType: string)Throw error if project already exists.
fileNotChanged()Throw error file has not been updated.
Response
successfulReplaceResponse(successfulReplace: boolean, elementName: string, elementType: string)Return response of whether file is ready for use or not.

   

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago