0.1.0 • Published 3 years ago
astro-tmbundler v0.1.0
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 # locallyUsage
$ 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.