Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lucid-services/serviser-template
- Owner: lucid-services
- License: gpl-3.0
- Created: 2019-02-07T09:06:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T19:31:29.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T12:12:16.044Z (3 months ago)
- Topics: build-tools, serviser, zero-configuration
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 projectOptions:
--verbose, -v Dumps more info to stdout [count] [default: 1]
-h, --help Show help [boolean]
```### Tests
```bash
> npm test
```