0.0.1 • Published 3 years ago

create-acot-preset v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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