Skip to content
Modern Command Line Framework.
TypeScript
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github ci: add GH Actions for release Jan 8, 2020
docs
examples
src
tests
.eslintignore
.gitignore
.travis.yml
LICENSE
README.md
circle.yml
demo.png
package.json
tsconfig.json
yarn.lock

README.md


FUNC

CircleCI Build Status

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


Feature

  • Very small volume ≈ 7kb

  • 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


Thanks

Thanks to Shannon Moeller for donating the pkgname "func" on npm!


LICENSE

MIT

You can’t perform that action at this time.