Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucid-services/serviser-template

serviser project generator
https://github.com/lucid-services/serviser-template

build-tools serviser zero-configuration

Last synced: about 1 month ago
JSON representation

serviser project generator

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/lucid-services/serviser-template.svg?branch=master)](https://travis-ci.org/lucid-services/serviser-template)

Rapid start of a new [serviser](https://github.com/lucid-services/serviser) based project.

##### CLI interface

```bash
> serviser-template -h
node_modules/.bin/serviser-template [options]

Commands:
init Creates a new serviser project

Options:
--verbose, -v Dumps more info to stdout [count] [default: 1]
-h, --help Show help [boolean]
```

### Tests

```bash
> npm test
```