Skip to content
/ ScriptTemplate Public template

A template repository for creating scripts to be used in Fibre - The Programmable Git Client

License

Notifications You must be signed in to change notification settings

Fibre-App/ScriptTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A template repository for creating scripts to be used in Fibre - The Programmable Git Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published