All Projects → sb-mig → Sb Mig

sb-mig / Sb Mig

Licence: mit
CLI to rule the world. (and handle stuff related to Storyblok CMS)

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Sb Mig

Ndarray Vision
Computer vision library built on top of ndarray
Stars: ✭ 17 (-15%)
Mutual labels:  hacktoberfest
Malboxes
Builds malware analysis Windows VMs so that you don't have to.
Stars: ✭ 900 (+4400%)
Mutual labels:  hacktoberfest
Clifx
Declarative framework for building command line interfaces
Stars: ✭ 900 (+4400%)
Mutual labels:  hacktoberfest
Excalibur
🎮 An easy to use 2D HTML5 game engine written in TypeScript
Stars: ✭ 892 (+4360%)
Mutual labels:  hacktoberfest
Err Jenkins
errbot plugin for Jenkins
Stars: ✭ 18 (-10%)
Mutual labels:  hacktoberfest
Usestatewithlayoutanimation
Abstraction for `React Native`'s `LayoutAnimation` and `useState`
Stars: ✭ 19 (-5%)
Mutual labels:  hacktoberfest
Cli Prompts Test
Write e2e tests for CLI apps with ease
Stars: ✭ 17 (-15%)
Mutual labels:  hacktoberfest
Revelt
Analysis of a project using React and Svelte technologies
Stars: ✭ 20 (+0%)
Mutual labels:  hacktoberfest
Gdl
Graph Definition Language
Stars: ✭ 18 (-10%)
Mutual labels:  hacktoberfest
Developersrising
Archive only! DISSOLVED! Verein zur Förderung von ProgrammiererInnen 💻 🎉
Stars: ✭ 19 (-5%)
Mutual labels:  hacktoberfest
Strawberry
A new GraphQL library for Python 🍓
Stars: ✭ 891 (+4355%)
Mutual labels:  hacktoberfest
Django Rest Framework Json Api
JSON API support for Django REST Framework
Stars: ✭ 898 (+4390%)
Mutual labels:  hacktoberfest
Automating Your Data Pipeline With Apache Airflow
Automating Your Data Pipeline with Apache Airflow
Stars: ✭ 19 (-5%)
Mutual labels:  hacktoberfest
Raspadorlegislativo
Testes de código para integrar, futuramente, o Radar Legislativo
Stars: ✭ 17 (-15%)
Mutual labels:  hacktoberfest
Senseme
Python Library for Haiku SenseMe app controlled fans/lights
Stars: ✭ 19 (-5%)
Mutual labels:  hacktoberfest
Opendevufcgblog
Tem algum conteúdo que você quer compartilhar com a comunidade? Fala com o OpenDevUFCG que a gente te impulsiona!
Stars: ✭ 17 (-15%)
Mutual labels:  hacktoberfest
Puppet Confluence
A puppet module to install confluence
Stars: ✭ 18 (-10%)
Mutual labels:  hacktoberfest
Seconds
Helpers for converting time to seconds.
Stars: ✭ 20 (+0%)
Mutual labels:  hacktoberfest
Wp P3 Profiler
See which plugins are slowing down your site. This plugin creates a performance report for your site.
Stars: ✭ 19 (-5%)
Mutual labels:  hacktoberfest
Algorithms
Algorithms and data structures exercises
Stars: ✭ 19 (-5%)
Mutual labels:  hacktoberfest

Logo

Contents

Development

This is Lerna monorepo of CLI build with Oclif Framework. It consists of sb-mig package which is a core of sb-mig CLI. And couple of internal plugins, build with Oclif plugins system.

To successfully run and develop core and plugins you have to first run

yarn - install dependencies
yarn start - build all packages

in root of the repository.

and

yarn link

inside @sb-mig/sb-mig folder to us local sb-mig package.

Then, if u want to install any local plugin, you have to run

sb-mig plugins:link ./path/to/plugin

for example if u want to link plugin-add-components plugin to your local sb-mig you have to run

sb-mig plugins:link .

inside

@sb-mig/plugin-add-components

Now, if u run sb-mig --help anywhere, it will show also command from plugin-add-components plugin.

!! Important to mention !!

Currently if u modify any of the source code, you have to rebuild that code. So run

yarn start

to rebuild everything, or go to desired package, and rebuild only that package. Keep in mind though, that some packages depends on another (like plugin-generate-project on plugin-add-components)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].