graasp / graasp-cli

A CLI to create apps and labs for the Graasp ecosystem.
1 stars 1 forks source link

Graasp CLI

All Contributors

Conventional Commits

A CLI to create apps and labs for the Graasp ecosystem.

Citing

If you use the Graasp CLI in your research, please cite the following paper:

Juan Carlos Farah, Sandy Ingram, and Denis Gillet. 2022. Supporting Developers in Creating Web Apps for Education via an App Development Framework. In HEAd'22 Conference Proceedings (Valencia, Spain, 2022). Editorial Universitat Politècnica de València, Valencia, Spain, 883–890. https://doi.org/10.4995/HEAD22.2022.15652

@inproceedings{farah2022supporting,
    title = {Supporting {Developers} in {Creating} {Web} {Apps} for {Education} via an {App} {Development} {Framework}},
    author = {Farah, Juan Carlos and Ingram, Sandy and Gillet, Denis},
    booktitle = {{HEAd}'22 {Conference} {Proceedings}},
    publisher = {Editorial Universitat Politècnica de València},
    address = {Valencia, Spain},
    year = {2022},
    pages = {883--890}
    doi = {10.4995/HEAD22.2022.15652},
}

🙏

Development

To test locally, clone the repository.

Compile the library by running yarn compile

Move to a directory where you would like to clone a test project, e.g. cd ~/my-apps

Run the CLI by using the full path from that directory to the lib folder inside this repository.

node ~/code/graasp/tools/graasp-cli/lib new

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Juan Carlos Farah
Juan Carlos Farah

🤔 💻 📢 📓 🖋 🔬
Basile Spaenlehauer
Basile Spaenlehauer

💻 🤔
Kim Lan Phan Hoang
Kim Lan Phan Hoang

💻
ugGit
ugGit

💻 🔬
Denis Gillet
Denis Gillet

🖋 🔬 🔍 💵
singram
singram

🔬 🖋

This project follows the all-contributors specification. Contributions of any kind welcome!