@field123/blank-demo-gs
v0.0.1
Published
A schematics
Downloads
4
Readme
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!