generator-microbes

Yeoman Generator For The Microbes Services Framework

Usage no npm install needed!

<script type="module">
  import generatorMicrobes from 'https://cdn.skypack.dev/generator-microbes';
</script>

README

Microbes Generator

This is a Yeoman generator for Microbes to create CLI applications.

Installation

$ npm install --global yeoman generator-microbes

Available commands

Application

To create new application, run yo microbes with application name as an argument.

$ yo microbes hello-world

This will create a folder hello-world and create a base for your application.

Command

To create new command inside application, run yo microbes:command with command name as an argument.

$ yo microbes:command hello

This will create a file hello.js inside commands directory.

Tests

$ npm test

License

Released under the MIT License.