Skip to content

Our Maykin toolkit with reusable components for admin apps

License

Notifications You must be signed in to change notification settings

maykinmedia/admin-ui

Repository files navigation

Maykin UI

A reusable component library developed by Maykin Media.

DEVELOPMENT NOTICE

This libray is in active development.

Release procedure

When releasing a new version of the package, follow these steps:

git pull
npm run build
npm run makemessages # Check that nothing changed, otherwise stop
npm run compilemessages # Check that nothing changed, otherwise stop

Update the version in the package.json file. Then:

npm install
git add package.json package-lock.json
git commit -m ":bookmark: - chore: <new version>"
git push

If you do not have the rights to push directly to main, make a release branch with the release commit and merge it. Then, git pull the changes on main and:

git tag 0.0.XX-alpha
git push --tags
npm publish --tag alpha --access=public

If you do not have credentials to publish to npm, ask someone else to do it.

About

Our Maykin toolkit with reusable components for admin apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages