create-acot-preset

0.0.1 • Public • Published

create-acot-preset

GitHub Workflow Status npm MIT LICENSE

Create acot preset project.

Quick Started

$ npx create-acot-preset foo
$ cd acot-preset-foo
$ npm run build

A template for the acot-preset-foo package is created. See template.md for the generated structure.

Next

See Creating a preset and develop your preset. Happy Hacking!

Usage

Usage of create-acot-preset command.

  Create acot preset project.

  USAGE
    create-acot-preset <name> [flags]

  OPTIONS
        --npm-client  npm client to use for dependent packages installations. (npm or yarn)
        --no-color    Force disabling of color
    -h, --help        Show help
    -v, --version     Output the version number

  EXAMPLES
    $ npx create-acot-preset foo
    $ npx create-acot-preset @scoped
    $ npx create-acot-preset @scoped/foo
    $ npx create-acot-preset bar --npm-client yarn

npx

$ npx create-acot-preset foo

npm

$ npm init acot-preset foo

npm init <initializer> is available in npm 6+

Yarn

$ npx create-acot-preset foo

yarn create <starter-kit-package> is available in Yarn 0.25+

References

License

MIT © wadackel

Readme

Keywords

Package Sidebar

Install

npm i create-acot-preset

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

16.2 kB

Total Files

9

Last publish

Collaborators

  • wadackel