@passionio/creators
v0.0.13
Published
This repository contains creators feaure plugin for applications that use the [independenc3/feature-plugin](https://github.com/independenc3/feature-plugin) framework.
Downloads
7
Readme
Feature Plugin Creators
This repository contains creators feaure plugin for applications that use the independenc3/feature-plugin framework.
Publishing a new version
npm publish
- Run
yarn build
to generate js bundles for npm in./build
directory. - Update
version
number in package.json. - The
npm publish
command is used to publish the feature plugins as separate npm packages. This allows you to easily distribute and consume these plugins in your applications.
Before running this command, make sure you have configured the necessary credentials and access rights to publish packages on the npm registry, and that you have updated the version in package.json.
npm publish