onepub 5.0.0 onepub: ^5.0.0 copied to clipboard
Command line tools for the OnePub private Dart/Flutter repository.
/* Copyright (C) OnePub IP Pty Ltd - All Rights Reserved
- licensed under the GPL v2.
- Written by Brett Sutton bsutton@onepub.dev, Jan 2022 */
To install onepub.
dart pub global activate onepub
onepub login
To publish your first private package:
cd mypackage
onepub private
dart pub publish
For flutter users substitute dart pub
with flutter pub
Read the blog for help publishing your first package.
For full documentation see the manual.