@alchemycodelab/create-app
v10.1.0
Published
This is the source code for the Alchemy Code Lab Career Track bootstrap script.
Downloads
269
Readme
Starter Bootstrap for Alchemy Code Lab
This is the source code for the Alchemy Code Lab Career Track bootstrap script.
Usage
npm init @alchemycodelab/app@latest
Making Changes to the Bootstrap
You can fork this repo and make any changes, but in order for the package to be updated on the NPM Repository, you will need to be a part of the @alchemycodelab
org on NPM and have publishing access.
With access, you can then make your changes, update the package.json
file to a new version, then run npm publish
.