Client Plugin System:
Functionality - The NRS client comes with a new plugin system, enabling third
party developers to provide additional functionality for the client. ..
- сегодня представлен очередной плагин к стандартному Nxt-клиенту ....
- Nxt-плагиностроение набирает ход, и закономерно выходит на новый уровень: сегодня
выпущено средство автоматизации создания Nxt-плагинов -
Yeoman Plugin Generator:
https://github.com/chevdor/generator-nrs-plugin Автор этого плагин-генератора утверждает, что теперь любой желающий примерно за 19 секунд
(или быстрее, если быстро нажимает клавиши) может создать свой собственный Nxt-плагин. Подробная инструкция - на ГитХабе, краткая выглядит так:
1- install node
2- install yeoman (npm install -g yo)
3- install the generator (npm install -g generator-nrs-plugin)
4- create a folder for you plugin and cd there
5- type the following command: yo nrs-plugin
6- answer the questions (you can do it!)
7- run the deploy script for your OS (I still have to fix a few things for those)
8- Open the NRS client to test