2.1.2 • Published 3 years ago

jatayu v2.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Logo

JATAYU 🦅 (An ordinary Tool for an ordinary Developer)

Jatayu is a command line interface (CLI) tool which helps to generate production ready hand-made React templates for the App (web-app) or Library (components) development. 🚀

What is the purpose of JATAYU ? 💁

Did you ever tried setting up your own react environment without create-react-app ? Then you know the pain behind it. Adding testing support | webpack | typescript | docker will just increases that pain. 😪

JATAYU is that pain killer 💊. If you want to have custom template setup for your react web app or component library without the need of CRA or it's alternatives, JATAYU to the rescue. 🥳

We provide you the skeleton template structure and sky is the limit for it's tuning.

At its very core JATAYU offers below described templates with both Typescript & Javascript support as template supporting languages and Docker setup (for web apps).

  1.React Component Library
  2.React Web App
  3.React Web App with Redux
  4.React Web App with Redux Toolkit
  5.React Web App with Context

When you choose any one of the above projects, we provide you the ready-made template structure.

Features

Template Type/SupportWebpackTesting (@testing-library)StorybookTypescriptState ManagementLintBuildDocker
React Component LibraryNoNo
React Web AppNo
React Web App with ReduxNo
React Web App with Redux ToolkitNo
React Web App with Context APINo

Installation 🔨

Use the package manager npm to install jatayu globally.

npm install -g jatayu

Usage ⚠️ ✅

After installation, create an empty directory anywhere you want and type jatayu in the terminal of the newly created folder. Voila! you will be prompted to answer two basic questions go ahead and answer them !

  1. Please enter directory name where your react template will reside

  2. Please select template type  (Use arrow keys)

    React Component Library  
    React Web App  
    React Web App with Redux 
    React Web App with Redux Toolkit
    React Web App with Context  

  3. Please select template support 

     Javascript(JS)
     Typescript(TS) 
     
  4. Do you want to add docker to the Template ? (if you select app template)

      Yes
      No

Enter the directory name where you want to setup react app and select the type of project you want.

Steps after installing the project 📌

If you select Web App or Library template without Docker support:

Now cd to the newly created folder by jatayu and do npm install. It's good to update your newly created node_modules by npm outdated you will get list of outdated node_modules, update them by npm update.

Start the template by npm run start (if you have chosen webapp template) or npm run storybook (if it is library template)

cd `your-newly-created-folder`

npm install

run -> npm run start (if you have chosen webapp template)

       or

       npm run storybook (if it is library template)

If you chose to add Docker to the App template

cd `your-newly-created-folder`

dev-run -> docker compose up --build (starts dev server, please navigate to http:localhost:5200 to see your App up and rolling!)

build -> docker compose -f docker-compose.prod.yml up --build (to build and run on dist folder, please navigate to http:localhost:1337 to see your App up and rolling!)

What's next in the store?

We have plans to make JATAYU library/framework independent. So that JATAYU can offer custom templates to Angular, Vue, Svelte etc.

Upcoming templates:

  React with GraphQL
  
  Full stack MERN combo (MongoDB+Express+React+Node)

Documentation 📝

Please find the dev.to and medium links for Jatayu in live action.

Authors 👨‍🚀

Tech Stack 🧑‍💻

Client: React, Material UI, React-Router, Styled-Components, Storybook, Webpack, Docker

Server: Node

Screenshots 💣

Screenshots of the flow

image

Enter directory name

image

Select template type

image

Select template supporting language type

image

Need docker support?

image

Successful template creation without docker

image

Successful template creation with docker

image

License 🦔

MIT

Feedback 📣

If you have any feedback, please reach out to us at manoj.gangavarapuu@gmail.com

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.3

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.6

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.2.3

3 years ago

1.1.4

3 years ago

1.2.2

3 years ago

1.1.3

3 years ago

1.2.1

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago