2.0.5 • Published 7 months ago

@dxtr.dev/casex-template v2.0.5

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

Introduction

Casex Template is a simple template engine that applies the casex pattern to all occurances in a template.

Often creating templates feels tedious and time consuming, I wanted to create an engine that lets you pretty much copy an example file, replace a few __name__ patterns and you should be good to go.

Official Documentation

Documenation for Casex Template can be found at dxtr.dev/casex-template.

Development Instrunctions

This project uses Bun so make sure you have it installed before proceeding.

  1. Install dependencies
bun install
  1. Build dist files
bun scripts/build.ts
  1. Release a new version
npm version [patch|minor|major]

License

Casex Template is open-sourced software licensed under the MIT License.

2.0.5

7 months ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.4

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago