Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emranahmed/storepress-packages
StorePress Packages
https://github.com/emranahmed/storepress-packages
gutenberg-blocks gutenberg-plugin plugin-system storepress wordpress wordpress-development wordpress-plugin
Last synced: 26 days ago
JSON representation
StorePress Packages
- Host: GitHub
- URL: https://github.com/emranahmed/storepress-packages
- Owner: EmranAhmed
- Created: 2023-12-01T11:28:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T22:41:16.000Z (26 days ago)
- Last Synced: 2024-10-13T03:21:33.854Z (26 days ago)
- Topics: gutenberg-blocks, gutenberg-plugin, plugin-system, storepress, wordpress, wordpress-development, wordpress-plugin
- Language: JavaScript
- Homepage: https://emranahmed.github.io/storepress-packages/
- Size: 544 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StorePress Packages
- Check docs: https://emranahmed.github.io/storepress-packages/
## Init
- `npx lerna init --packages="packages/*" --independent`
## Build
- `npm run build`
## Publish
- `npx lerna publish from-package --no-private`