tony-lang / cli

Command line interface for the Tony programming language

Home Page:https://tony-lang.github.io/docs/cli/install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tony CLI

Documentation

Development

Listen to changes and make them accessible through tony from the command line:

$ yarn start

Run ESLint:

$ yarn eslint

Run TypeScript compiler checks:

$ yarn tsc

Release

  1. Change the version in package.json.
  2. Create a pull request to merge the changes into master.
  3. After the pull request was merged, create a new release listing the breaking changes and commits on master since the last release.
  4. The release workflow will publish the package to NPM and GPR.

About

Command line interface for the Tony programming language

https://tony-lang.github.io/docs/cli/install

License:MIT License


Languages

Language:TypeScript 96.9%Language:JavaScript 3.1%Language:Standard ML 0.0%