create-lens-studio-project
v1.0.2
Published
Quickly scaffolds a new Lens Studio project in Node.js by setting up linting, formatting, and building tools.
Downloads
1
Readme
Create Lens Studio Project
Quickly scaffolds a new Lens Studio project in Node.js by setting up linting, formatting, and building tools. It makes it easier to organize your code and enable code splitting just like on the web!
Prerequisites
Usage
Make sure you've got NodeJS and Yarn installed (see links in prerequisites section). Create a new Lens Studio project, or choose an existing one. Open up a terminal in your Lens Studio Project directory and run the following command:
yarn create lens-studio-project <lens-name>
This will download and run this starter in order to create a new Lens Studio project.
Examples:
# Navigate to your Lens Studio directory
cd path/to
# Run the starter
yarn create lens-studio-project my-lens
# Or combine the two commands
yarn create lens-studio-project /path/to/my-lens
Features
- [x] Lints & formats
.js
files. - [x] Formats
.json
and.md
files