Skip to content

solution-dist/cli

Repository files navigation


logo


CI Test Coverage Github Repo Issues GitHub Repo stars

  • Quick Start 🔥

    The simplest, fastest, most organized and stable way to build command line applications.

    This repository uses @je-es/cli and managed by space.

    • Setup

      install space first.

      • Create
        > space init <name> -t cli    # This will clone this repo and make some changes to suit your app.
        > cd <name>                   # Go to the project directory
        > space install               # Install the dependencies
      • Manage
        > space build         # To build your app
        > space test          # To test  your app
        > space start <args>  # To start your app
        # example
         > space start create MyApp -t web
        
        # output
          Creating MyApp as web
      line
    • Structure

      • Root
        ┣ assets
        ┃ ┗ ...            #  (logo.png, ..)
        ┃
        ┣ dist
        ┃ ┗ ...            # (main.js, main.js.map, ..)
        ┃
        ┣ src
        ┃ ┗ main.ts        # Main entry point
        ┃
        ┣ test
        ┃ ┗ main.test.ts   # Main test file
        ┃
        ┣ .env              # Environment configuration file
        ┗ .space            # Space configuration file
        
        # You can safely hide/ignore the rest of files.


About

Build faster | Sleep better

Resources

License

Stars

Watchers

Forks