Getting started with Lets
If you already have lets.yaml
then just go to that directory and run lets
to see all available commands.
If you are starting from scratch and want to create a new lets.yaml
, please, take a look at Creating new config section.
#
Config lookuplets
will be looking for a config starting from where you call lets
and up to the /
.
For example:
#
Creating new config- Create
lets.yaml
file in your project directory - Add commands to
lets.yaml
config. Config reference
- Run commands
#
Lets directoryAt first run lets
will create .lets
directory in the current directory.
lets
uses .lets
to store some specific data such as checksums, etc.
It's better to add .lets
to your .gitignore
end exclude it in your favorite ide.