Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauloluan/juruna
Javascript Scaffolding Code Generator Tool
https://github.com/pauloluan/juruna
cli generator javascript nodejs npm-package react scaffolding typescript
Last synced: about 2 months ago
JSON representation
Javascript Scaffolding Code Generator Tool
- Host: GitHub
- URL: https://github.com/pauloluan/juruna
- Owner: PauloLuan
- Created: 2019-11-15T11:52:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T08:56:46.000Z (over 3 years ago)
- Last Synced: 2024-11-10T01:37:26.826Z (2 months ago)
- Topics: cli, generator, javascript, nodejs, npm-package, react, scaffolding, typescript
- Language: JavaScript
- Homepage:
- Size: 737 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## juruna cli - scaffolding tool
## 💡 Introduction
PauloLuan juruna-monorepo
## 📝 Minimal Requirements
- NodeJS 16.x
## 🚀 Install
```sh
$ git clone https://github.com/pauloluan/juruna.git
```Just type install and the app magically will execute the lerna bootstrap command and the apps are gonna build for the first time:
```sh
$ yarn install
```This will start all packages in development mode in parallel
```sh
$ yarn dev
```For unit tests:
```sh
$ yarn test
```For more commands please checkout the scripts section on `package.json`
[![travis-image][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![standard][standard-image]][standard-url] [![forthebadge][itworks-image]][itworks-url]
[travis-image]: https://img.shields.io/travis/pauloluan/juruna/master.svg?style=for-the-badge
[travis-url]: https://travis-ci.com/pauloluan/juruna
[daviddm-image]: https://img.shields.io/david/pauloluan/juruna.svg?style=for-the-badge
[daviddm-url]: https://david-dm.org/pauloluan/juruna
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=for-the-badge
[standard-url]: http://npm.im/standard
[itworks-image]: https://forthebadge.com/images/badges/it-works-why.svg
[itworks-url]: https://forthebadge.com# Where you can find me? :man_technologist:
[![Linkedin Badge](https://img.shields.io/badge/-LinkedIn-blue?style=for-the-badge&logo=Linkedin&logoColor=white&link=https://bit.ly/pauloluan)](https://bit.ly/pauloluan)
[🔝 back to top](#top)