Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.24 KB

ScriptTemplate

This repository serves as an optional template for any projects which contain scripts for the programmable source-control client, Fibre.

You can start a script project from scratch if you wish, but using this project should give you a headstart.

1. Forking

The first step is to create a copy of this repository. You can either do this by using it as a template, or by forking it.

2. Config

Secondly, you should update the information in the package.json. The tags you should update include:

  • name
  • description
  • repository.url
  • bugs.url

3. Create some scripts

Scripts can be written in either JavaScript or Typescript, but the latter will generally help users to write scripts with fewer bugs in them.

This project contains 3 script examples, you can use them as a guide for making your own. Further examples can be found in The Standard Scripts Repository.