/solid-elections-wrapper

Wrapper around Solid to allow the creation of an application directory, create files and fetch the data from forms.

Primary LanguageTypeScript

Solid Wrapper

This package provides a wrapper around Solid to allow the creation of an application directory, create files and fetch the data from forms. This wrapper was written so that other developers who are not especially familiar with Solid can still create an application and turtle files.

Installation

# Using NPM 
npm install https://github.com/oSoc20/solid-elections-wrapper
# Or using Yarn
yarn add https://github.com/oSoc20/solid-elections-wrapper

Usage

See the source code directly every exported function is commented (src/index.ts)

Contributions

If you want to modify some parts of the code, you must recompile all the files using the following command and push the dist folder.

npm run build