Skip to content

Commit a6afdba

Browse files
committed
module split
1 parent 6d84ec5 commit a6afdba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+162
-2045
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ocular
1+
# vis.gl dev-tools
22

3-
Ocular is a monorepo for development tools primarily designed for building github-based javascript frameworks.
3+
This is a monorepo for development tools primarily designed for building vis.gl's Javascript frameworks.
44

55
It currently contains:
66

7-
- `gatsby-theme-ocular` - A documentation generator packaged as a pluggable theme for gatsbyjs documentation generation system.
8-
- `ocular-dev-tools` - A set tools that packages up extensive installation and configuration of babel, webpack, lint, prettier and other state-of-the art JS build tools.
7+
- `@vis.gl/dev-tools` - Dev tools (build, lint, test, publish)
8+
- `@vis.gl/ts-plugins` - TypeScript plugins

lerna.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"version": "1.0.0-alpha.0",
3+
"npmClient": "yarn",
4+
"packages": [
5+
"modules/*"
6+
]
7+
}

modules/dev-tools/CHANGELOG.md

-374
This file was deleted.

0 commit comments

Comments
 (0)