@nycopportunity/create-pttrn-starter
v1.0.3
Published
Creates a @nycopportunity/pttrn CLI starter project
Keywords
Readme
Patterns Starter
Use npm init to scaffold a new @nycopportunity/pttrn CLI project by running either of the commands below.
$ npx @nycopportunity/create-pttrn-starteror
$ npm init @nycopportunity/pttrn-starterYou will need to create a package.json file and install the @nycopportunity/pttrn CLI as a dependency of the project.
$ npm init -ynpm init can be run with or without the -y flag. Using it will skip prompt questions about contents of the file when creating it.
$ npm install @nycopportunity/pttrnLearn more about package.json files and what should go in them in the npm docs.
