1.0.26 • Published 3 months ago

mimoto v1.0.26

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

Mimoto Compiler Toolkit

A tiny helper for building Mimoto projects

Install

npm install mimoto

Config

Place a config file named mimoto.config.json in the root of your project

{
    // combine multiple .html files into one file
    "combine": {
        "sources": [
            "src"
        ],
        "output": "output/CombinedTemplates.html"
    }
}

Run

npx mimoto

During development

In the root of the project, run:

node cli.js -root example

Utility function

Watch and auto-clone a file

npx mimoto -clone <file_to_watch> <clone_destination>

Mimoto-Firebase-Toolkit

This package includes frequently used Mimoto modules for rapid app creation with Firebase.

In this package

  • Mailer - A tiny and handy wrapper around the Firebase extension Trigger Email from Firestore.
  • conversationGPT - A tiny communication focused layer on top of OpenAI's GPT.

For more information on how to use these components, see Mimoto Firebase Toolkit - Modules

Future features

  • Auto remove comments from HTML files
1.0.26

3 months ago

1.0.25

4 months ago

1.0.24

4 months ago

1.0.23

4 months ago

1.0.22

4 months ago

1.0.19

5 months ago

1.0.18

5 months ago

1.0.21

5 months ago

1.0.20

5 months ago

1.0.17

5 months ago

1.0.16

5 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago