Giter Club home page Giter Club logo

jsmall's Introduction

jsmall

GitHub last commit GitHub npm npm GitHub Repo stars GitHub pull requests GitHub issues

The ultimate React project scaffolder

Jsmall is a command-line interface (CLI) tool that helps you create your react projects with standard foldering and also with typescript. With two simple step, jsmall will automatically create a new project and add the necessary folders and files based on best practices to get you started.

Jsmall helps developers to save time and increase productivity by automating the repetitive task of setting up a new React project, folders and files. It provides a recommended file structure for your project, includes support for TypeScript and ESLint, and provides a basic template for a new project.

Features

You have some options like:

  • React
  • React + TypeScript

Folder Structure

project-name
├── doc
│   └── docs.MD (file)
├── src
│   ├── assets
│   │   ├── fonts
│   │   └── images
│   ├── components
│   │   └── navbar
│   ├── context
│   ├── core
│   ├── features
│   │   ├── auth
│   │   └── home
│   ├── redux
│   ├── router
│   ├── services
│   ├── types (just for TS projects)
│   └── utils
│       ├── config
│       └── hooks
└── test
   └── sample.spec.js (file)

Installation

You can use this command to install jsmall:

npm i -g jsmall

Usage

Open a new terminal in any location you want to create project and use this command:

jsmall init

Then, you will see something like this:

Contributing contributions welcome

If you are interested in contributing to jsmall, please feel free to submit a pull request or open an issue on the repository.

Changelog

v 1.2.3

  • fix assets bug
  • add features folder
  • refactor auth

v 1.2.2

  • fix LogoutComponent bug
  • add language to config.json
  • add useLayoutEffect to useTitle custom hook

v 1.2.1

  • adding code-generator for react-js folders, files and components

jsmall's People

Contributors

mohammad-taheri1 avatar

Stargazers

علی به نیک avatar Reza Hashemi avatar Vahid Farahmandian avatar

Watchers

 avatar

jsmall's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.