Skip to content

Commit

Permalink
remove data README, deferring to wiki docs
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Feb 1, 2023
1 parent 509013c commit 6b2a867
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
6 changes: 0 additions & 6 deletions packages/geoprocessing/scripts/init/createProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,6 @@ export async function createProject(
console.error(error);
}

const dataReadmePath = `${projectPath}/data/README.md`;
const dataReadmeContents = await fs.readFile(dataReadmePath);
await fs.writeFile(
dataReadmePath,
dataReadmeContents.toString().replace(/replace-me/g, metadata.name)
);
await fs.copyFile(
`${gpPath}/templates/exampleSketch.json`,
projectPath + "/examples/sketches/sketch.json"
Expand Down
19 changes: 0 additions & 19 deletions packages/geoprocessing/templates/project/data/README.md

This file was deleted.

0 comments on commit 6b2a867

Please sign in to comment.