1.6.2 • Published 6 years ago
sboticscompiler v1.6.2
sboticscompiler CLI
A CLI for sBotics c# projects.
🚀 Project
sboticscompiler is a project developed focusing on help c# devs to developer their sBotics's project code, with multifile support, error checking, and more.
:heavy_check_mark: Requirements
sboticscompiler has some requirements to work. Check more here
:information_source: How to use
# Install the package globally
$ npm -g install sboticscompiler
# or
$ yarn global add sboticscompiler
# only on Windows, to allow windows run the cli (every time after opening a new terminal)
Set-ExecutionPolicy Bypass -Scope Process
# Create a new project
$ sboticscompiler init
# Compile your code
$ sboticscompiler compile:eyes: Examples
Check some examples here
:information_source: How to contribute
- Fork this repository;
- Clone this repository on your machine:
https://github.com/GRFreire/sboticscompiler.git - Create a branch with your feature:
git checkout -b my-feature; - Commit your changes:
git commit -m 'feat: My new feature'; - Push to your branch:
git push origin my-feature.
:memo: License
This project is under the MIT license. See the file LICENSE for more details.
1.6.2
6 years ago
1.6.1
6 years ago
1.6.0
6 years ago
1.5.4
6 years ago
1.5.3
6 years ago
1.5.2
6 years ago
1.5.1
6 years ago
1.4.0
6 years ago
1.3.6
6 years ago
1.3.5
6 years ago
1.3.4
6 years ago
1.3.3
6 years ago
1.3.2
6 years ago
1.3.1
6 years ago
1.3.0
6 years ago
1.2.0
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
0.0.1
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago