0.0.1 • Published 1 year ago

@field123/blank-demo-gs v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Getting Started With Schematics

This repository is a basic Schematic implementation that serves as a starting point to create and publish Schematics to NPM.

Testing

To test locally, install @elasticpath/mason-cli globally and use the mason-cli command line tool.

Check the documentation with

mason-cli --help

Unit Testing

yarn run test will run the unit tests, using Jasmine as a runner and test framework.

Publishing

To publish, simply do:

yarn run build
yarn publish

That's it!