Closed GnaspGames closed 8 years ago
TODO:
smelt config --create-local
and smelt config --create-global
to create new config filesThe three commands are now released, using smelt
as the main command. one-command
still works for backwards compatibility.
But smelt plugins
and smelt config
don't really do anything yet.
smelt config --show
smelt config --change-local
smelt config --change-global
All added in version 0.6.0.
I will deal with smelt plugins
as a different issue.
So,
one-command <path> [options]
will continue to be used (for now). But in addition we could add:smelt compile <path> [options]
- behaves as the current command does.smelt config [options]
- allows the user to create/modify user and project level configs.smelt plugins [options]
- allow the user to install/manage their plugins.Not sure how all of these will work yet.