annotation_package

0.2.5 • Public • Published

Project name

Requirements

  • Windows > 7
  • PowerShell > 5

Setting up your local environment

Install scoop

Run the following commands from your PowerShell to install scoop:

$env:SCOOP='D:\dev\scoop'
[Environment]::SetEnvironmentVariable('SCOOP', $env:SCOOP, 'User')
iwr -useb get.scoop.sh | iex

Install Git

Run the following command from your PowerShell to install Git:

scoop install git

Install Node.js

Run the following command from your PowerShell to install Node.JS:

scoop install nodejs-lts

Project instalation

Open the folder where you want to install project from your PowerShell, then run the following command:

ssh://git@bitbucket-p.internal.epo.org:7999/ma/annotations.git

Open project folder:

annotations

Install npm dependencies with the following command:

npm install

Project commands

Build project

Development Workflow

Please read this document before you start Development Workflow

Coding Style

There are the style guidlines for coding in this project.

  • Write in Project style Typescript.
  • Use capitalization scheme to name your files
    • When the module itself is a class like BrowserWindow, use PascalCase.
    • When the module is a set of APIs, like globalShortcut, use camelCase.
    • For React components use .tsx file extension.

You can run npm run lint to show any style issues detected by eslint.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.5
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.5
    0
  • 0.2.4
    0

Package Sidebar

Install

npm i annotation_package

Weekly Downloads

0

Version

0.2.5

License

MIT

Unpacked Size

369 kB

Total Files

13

Last publish

Collaborators

  • ivansam