clay_core 0.0.1-dev.1 copy "clay_core: ^0.0.1-dev.1" to clipboard
clay_core: ^0.0.1-dev.1 copied to clipboard

Core library for Clay — config loading, reference transforms, template generation, and annotation validation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add clay_core

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  clay_core: ^0.0.1-dev.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:clay_core/clay.dart';
import 'package:clay_core/config.dart';
import 'package:clay_core/generation.dart';
import 'package:clay_core/preview.dart';
import 'package:clay_core/transforms.dart';
import 'package:clay_core/validation.dart';
0
likes
0
points
275
downloads

Publisher

unverified uploader

Weekly Downloads

Core library for Clay — config loading, reference transforms, template generation, and annotation validation.

Homepage
Repository (GitHub)
View/report issues

Topics

#mason #template #codegen #yaml #annotations

License

unknown (license)

Dependencies

dart_mappable, glob, mason, meta, path, yaml

More

Packages that depend on clay_core