Automatic and manual license collection 📖 #62
	
	
		
		
		
	
	
	
	
		
	
	
	
	
	2 Participants
	
	
	
	
		Notifications
		
			
		
	
	
	
	
	
Due Date
	
		No due date set.
	
	
	
	
	
		
		
			
				Blocks
			
			
				
					
						
							
						
					
				
				
			
		
		
		
	
	
	
							
								#17 Collect licenses
							
							
						
								lfk/frontend
							
						
	Reference: lfk/backend#62
	
	
	
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "feature/59-license_collection"
	
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added a new script that exports license information about all npm libs found in the current project.
--fullflag can be added to export the license text and pathReasoning for the pipeline triggering on dev and not main:
In a perfect world nothing other than merges should ever happen on main and it is protected.
@reviewer: Please check if the two output formats (default, full) fit your taste and if the pipeline for dev is ok with you.
closes #59
🚀