Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

hyperledger-archives/composer-atom-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer language support in Atom

⚠️ ⚠️ ⚠️

As of the 29th August 2019, the Hyperledger Composer project is in deprecated status. None of the maintainers are actively developing new features. None of the maintainers are actively providing support via GitHub issues. However, if you wish to submit code changes via pull requests, these will be merged.

It is highly recommended that you use Hyperledger Fabric v1.4+ instead, which features significant improvements to the developer experience, including a new programming model.

More information available here: What's new in Hyperledger Fabric v1.4

⚠️ ⚠️ ⚠️

Adds syntax highlighting and snippets for Composer in Atom.

Install

You can install this atom plugin with a command line or from atom market place.

Install atom plugin with a command line

  1. Install the apm utility. See http://flight-manual.atom.io/getting-started/sections/installing-atom/ if you do not have it installed.

  2. Git clone this repository

  3. Switch to the root directory of the clone on your local disk

  4. Run the command 'apm link' in a terminal

Relaunch Atom. You should now have syntax highlighting for Composer .cto files.

Install atom plugin from the Atom market place

  1. Open Atom application

  2. Open the Install Packages/Themes by click Packages --> Settings View and select Install Packages/Themes

  3. Select Install on the Settings menu

  4. Type composer-atom-plugin or composer-* in the Packages search field and you should see the composer-atom-plugin on the list

You can select the composer-atom-plugin from the install packages and click on Install button to install it.

You should now have syntax highlighting for Composer .cto files.

License

Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.