Skip to content
atarashi
Documentation menu

meta/license

Writes the LICENSE text for the license chosen at generation time.

Provides: meta:license

Files it writes

  • LICENSE (when options.license === 'MIT')
  • LICENSE (when options.license === 'ISC')
  • LICENSE (when options.license === 'BSD-3-Clause')

Use it

atarashi new my-app --add meta/license
atarashi add meta/license

Version 1.0.0. Format reference: Authoring blueprints.

Part of the atarashi documentation, written and maintained by Gautam Suthar.