Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unix/func

Modern Command Line Framework.
https://github.com/unix/func

command-framework command-line javascript-shell typescript-framework

Last synced: 12 days ago
JSON representation

Modern Command Line Framework.

Awesome Lists containing this project

README

        





## FUNC

[![CircleCI](https://circleci.com/gh/unix/func.svg?style=svg)](https://circleci.com/gh/unix/func) [![Build Status](https://travis-ci.org/unix/func.svg?branch=master)](https://travis-ci.org/unix/func)

More popular and simple way to build command-line tools.


## Feature

- Very small volume ≈ [7kb](https://github.com/unix/func/blob/master/examples/gzbundle/archived.tar.gz)

- Elegant grammar

- Very few dependencies, maximum optimized running speed and `npm` download time

- Template support, best practices right away


## Quick Start

Just run `npm init func` to create project.

1. `npm init func`: create project

2. `npm i`: install deps.

3. `npm start`: setup link and development ready.

It's all.


## Documentation

- [func.unix.bio](https://func.unix.bio)


## Thanks

Thanks to [Shannon Moeller](https://github.com/shannonmoeller) for donating the pkgname "func" on npm!


## LICENSE

[MIT](./LICENSE)