Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PostCSS Base Plugin PostCSS Logo

import plugin from '@csstools/postcss-base-plugin';
import { cli, helpTextLogger } from '@csstools/base-cli';

cli(
	plugin,
	['color', 'another_option'],
	helpTextLogger(
		'postcss-base-plugin-cli',
		'Base Plugin',
		'An example plugin CLI',
		{
			color: 'A CSS color',
			another_option: true,
		},
	),
);