Giter VIP home page Giter VIP logo

nuclear's Introduction

Nuclear - poc

An ArkScript Package Manager

Instructions to Run

  • Pre-Requisites

    • Python3.6 or above
  • Directions to install

    • Clone the repo
    git clone https://github.com/ArkScript-lang/nuclear
    • Navigate into the repo
    cd nuclear
    • Activate a virtual env
    python3 -m venv ./venv
    # windows
    .\venv\Scripts\activate.bat
    # linux
    source ./venv/bin/activate
    • Install the requirements
    pip3 install -r requirements.txt

Troubleshooting

  • If you're facing an issue where you cannot download any more tarballs, you might have been rate limited by GitHub
  • To increase the rate limit, generate a personal access token
  • add token to nuclear
nuclear --login --token <YOUR TOKEN HERE>

Commands

  • To see the help command

    nuclear -h
    nuclear --help
  • Authentication (using Github Access Token)

     --token TOKEN     GitHub token, required if rate limiting is an issue
  • To Install an ArkScript Package from Github

    nuclear install [-h] [-v VERSION] package
    • Positional Arguments format of the package:
    user/repo
    • Optional Arguments
      • show this help message and exit
      -h, --help            
      • Specify a version for the package
      -v VERSION, --version VERSION
  • To Remove an ArkScript Package

    nuclear remove [-h] [-v VERSION] [-g GLOBALLY] package
    • Positional Arguments: format of the package:
    user/repo
    • Optional Arguments

      • show this help message and exit
      -h, --help            
      • Specify a version for the package
      -v VERSION, --version VERSION
      • Remove a package from the local repositories. If not specified, remove a package from the current project packages list
      -g GLOBALLY, --globally GLOBALLY

Launching tests

python3 -m tests

nuclear's People

Contributors

bro3886 avatar mrnaif2018 avatar superfola avatar zer0link avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nuclear'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.