/boilr-akita-entity

Boilr template for an Akita entity

Primary LanguageTypeScript

boilr-akita-entity


Purpose

Boilr template to create an Akita entity

The following files are generated:

.
|-- index.ts
|-- test.model.ts
|-- tests.query.ts
|-- tests.service.ts
`-- tests.store.ts

0 directories, 5 files

Installation

Install boilr first.

Then use

$ boilr download stefanwalther/boilr-akita-entity <template-tag>

e.g.

$ boilr download stefanwalther/boilr-akita-entity boilr-akita-entity

Usage

Download the template

$ boilr template download stefanwalther/boilr-akita-entity <template-tag>

Fork, modify locally and save it

$ git clone stefanwalther/boilr-akita-entity

cd into it, then

$ boilr template save $(PWD) <template-tag>

# e.g. 
$ boilr template save $(PWD) akita-entity

if you have for force the local updates, use

$ boilr template save $(PWD) <template-tag> -f

Use it

$ boilr template use boilr-akita-entity .

Get all templates

Get a list of all - locally installed - templates:

$ boilr template list

About

Related projects

Some related projects:

Author

Stefan Walther

License

MIT


This file was generated by verb-generate-readme, v0.6.0, on November 02, 2019.