@snapfrozen/snapgen
v1.4.8
Published
Snapgen is a powerful tool designed to simplify and automate the generation of snapshots for your projects. It provides a streamlined and efficient way to create, manage, and maintain snapshots, ensuring that your project's state is always well-documented
Downloads
49
Readme
Snapgen
Snapgen is a powerful tool designed to simplify and automate the generation of snapshots for your projects. It provides a streamlined and efficient way to create, manage, and maintain snapshots, ensuring that your project's state is always well-documented.
Table of Contents
Installation
To install Snapgen
npm install -g @snapfrozen/snapgen
Usage
To generate snapshots, run the following command:
cd /work-directory
snapgen
# or
snapgen /work-directory
This will create snapshots based on the configuration and templates provided.
Development
- Install dependencies
yarn install
- Run this command
yarn dev /test-directory
Templates
Snapgen uses templates to define the structure and content of the snapshots. These templates can be found in the templates directory. Modify these templates
to suit your needs.