0.1.0 • Published 3 years ago

astro-tmbundler v0.1.0

Weekly downloads
-
License
0BSD
Repository
github
Last release
3 years ago

Astro TMBundler

Generates a TextMate bundle for Astro.

Table of Contents

Installation

Use your favourite Node package manager.

# NPM
$ npm i -g astro-tmbundler            # globally
$ npm i --save astro-tmbundler        # locally

# PNPM
$ pnpm add -g astro-tmbundler         # globally
$ pnpm add astro-tmbundler            # locally

# Yarn
$ yarn global add astro-tmbundler     # globally
$ yarn add astro-tmbundler            # locally

Usage

$ astro-tmbundler [output-directory]

An Astro.tmbundle directory will be created in the output-directory (the current directory by default).

License

Astro TMBundler is licensed under the Zero Clause BSD license.

0.1.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago