26 Commits

Author SHA1 Message Date
9f1e2ca713 Run rondo imports
package.jsons are changed because dependencies are now sorted
tsconfig.jsons are changed because all referenced monorepo packages will
be added as project references
tsconfig.esm.jsons are changed because syncEsmConfig was run
2019-10-01 23:39:05 +07:00
0c49e52f21 Add version tag to all package.json files 2019-10-01 09:37:57 +07:00
ae6b00c24c argparse: allow to specify build [PACKAGE] -w 2019-09-17 10:09:41 +07:00
400d1cd213 Run eslint --fix 2019-09-16 21:04:10 +07:00
73c27aec6a Fix packages/comments-common 2019-09-16 11:39:36 +07:00
8c732ba91e Install eslint and fix errors
- argparse
- scripts
- tasq
- validator
2019-09-15 15:57:22 +07:00
ac8f1d9ff3 Run rondo syncEsmConfig 2019-09-14 12:01:29 +07:00
dffad844ad Rename scope @rondo to @rondo.dev 2019-08-25 11:33:06 +07:00
ea5872d7c0 Add ability to specify command description to argparse 2019-08-25 11:25:40 +07:00
b807e84539 Parse only positional arguments after the first is encountered 2019-08-18 08:36:00 +07:00
f8536b7446 Make flag error message more helpful when flag undefined 2019-08-14 14:16:19 +07:00
64d244fe91 Add better help for positional args 2019-08-14 10:17:06 +07:00
9fc4b064da Do not print help for positional arguments as options 2019-08-14 09:18:45 +07:00
c0b245067b Use path.relative when printing argparse cmd 2019-08-14 09:16:20 +07:00
f1865a0cc4 Add better --help support in argparse 2019-08-13 20:28:20 +07:00
7182684b4d argparse: Add support for string[], number of args 2019-08-13 19:37:15 +07:00
a057ca97d5 Automatically print help 2019-08-06 18:29:58 +07:00
10ca503e59 Add script to create new package from template 2019-08-06 15:40:16 +07:00
87d515d89b Add help for positional arguments 2019-08-06 11:37:44 +07:00
a1ac8880d4 Add ability to generate help text 2019-08-06 11:14:00 +07:00
8c399c1903 Add help function 2019-08-06 11:02:02 +07:00
b50dfb1455 Add support for positional args in @rondo/argparse 2019-08-05 22:56:40 +07:00
7ea1c34428 Use @rondo/argparse for build script 2019-08-05 22:25:49 +07:00
cea9bc0dd1 Add more tests for argparse 2019-08-05 22:07:37 +07:00
9a156fea16 Add ability to process short flags (untested) 2019-08-05 20:26:39 +07:00
47859ffa34 Add packages/argparse 2019-08-05 18:11:46 +07:00