0.1.26 • Published 4 months ago

@stackpress/incept v0.1.26

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

Incept

Incept is a content management framework.

Usage

See Example for use case.

Model Spec

The following attributes can be applied to model types in an idea file.

model User @icon("user") @label("User" "Users") {}

Validation Spec

The following validation attributes can be applied to model columns in an idea file.

name String @is.required @is.cgt(10)

Field Spec

The following fields can be applied to model columns in an idea file.

name String @field.text

Filter Spec

The following filter fields can be applied to model columns in an idea file.

name String @field.text

Spans

List Spec

The following list format fields can be applied to model columns in an idea file.

created Datetime @list.date({ locale "en" })

View Spec

The following view format fields can be applied to model columns in an idea file.

created Datetime @view.date({ locale "en" })