Comparing version 0.8.0 to 0.8.1
#!/usr/bin/env node | ||
require("dotenv").config(); | ||
const commander = require("commander"); | ||
@@ -4,0 +3,0 @@ const sourcebit = require("../index"); |
@@ -0,1 +1,2 @@ | ||
require("dotenv").config(); | ||
const Sourcebit = require("./lib/sourcebit"); | ||
@@ -2,0 +3,0 @@ |
{ | ||
"name": "sourcebit", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Sourcebit helps developers build data-driven JAMstack sites by pulling data from any third-party resource", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -40,2 +40,4 @@ <img alt="Sourcebit logo" src="https://raw.githubusercontent.com/stackbithq/sourcebit/master/Sourcebit.svg?sanitize=true" width="300"> | ||
**For a complete getting started walkthrough, check out this step-by-step tutorial: <https://www.stackbit.com/blog/data-driven-jamstack-sourcebit/>** | ||
To ease the process of configuring Sourcebit, we've created a command-line tool that provides an interactive setup process that will install the project and any necessary plugins. It asks a series of questions defined by each plugin and generates the necessary configuration file (`sourcebit.js`) so that you can get up and running in no time. | ||
@@ -123,2 +125,4 @@ | ||
**For a step-by-step guide to creating a plugin for Sourcebit, check out this tutorial: <https://www.stackbit.com/blog/sourcebit-plugin/>** | ||
Sourcebit is designed to be completely extensible. Documentation on how to build plugins can be found on our [wiki](https://github.com/stackbithq/sourcebit/wiki). | ||
@@ -125,0 +129,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24063
156