1.0.4 • Published 5 months ago

spacetron v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Space

Space is a package manager for the Tron programming language. It provides commands to install and uninstall packages from GitHub repositories.

Usage

After installation, you can use Space from the command line. Here are some examples:

  • To install a package: npx spacetron install <username>/<reponame>
  • To uninstall a package: npx spacetron uninstall <username>/<reponame>

Replace <username> and <reponame> with the username and repository name of the package you want to install or uninstall.

Commands

  • npx spacetron -h: Display commands
  • npx spacetron install <username>/<reponame>: Installs a package from a GitHub repository.
  • npx spacetron uninstall <username>/<reponame>: Uninstalls a previously installed package.

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

This project is licensed under the MIT License.

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago